Point-by-Point Comparison
Movement Pattern
Criterion₁(A vs B)→Criterion₂(A vs B)→Criterion₃(A vs B)→Judgment
Definition
A structure that compares two or more subjects by alternating between them on each point of comparison — discussing how A and B handle criterion 1, then criterion 2, then criterion 3, etc.
Examples
Example 1
Performance: Rust compiles to native machine code with zero-cost abstractions; Go compiles fast but relies on garbage collection, which introduces latency spikes under load. Learning curve: Rust's ownership model takes most developers three to six months to internalize; Go can be productive within a week. Ecosystem: Rust's crate registry has 120,000 packages but uneven documentation; Go's standard library is smaller but remarkably complete — you can build a production web server without a single dependency. For systems programming, choose Rust. For networked services where developer velocity matters more than nanoseconds, choose Go.
Technical comparison — alternating treatment keeps both subjects in the reader's mind
Example 2
Campus size: College A sprawls across 2,300 acres of New England woodland; College B occupies four city blocks in downtown Chicago. Financial aid: A meets 100% of demonstrated need but defines "need" narrowly; B offers merit scholarships regardless of income but gaps remain for the poorest students. Graduate outcomes: A places 68% of graduates in jobs within six months; B places 74%, largely because its urban location provides more internship pipelines. Campus culture: A is insular, intimate, and quiet — a place to think; B is loud, diverse, and relentless — a place to do. Neither is better. The question is what you need right now.
Decision-making framework — point-by-point prevents either option from being idealized
Example 3
Natural light: Building A uses floor-to-ceiling glass on three sides, flooding every workspace; Building B uses smaller windows with deep sills, reducing glare but requiring artificial light by 3 p.m. Energy efficiency: A's glass walls leak heat — annual energy costs are $340,000; B's thick masonry walls hold temperature passively — $180,000. Construction cost: A came in at $52 million; B at $38 million. Community impact: A's reflective surfaces create a heat island in summer; B's rooftop garden reduces stormwater runoff by 60%. Neither building is superior. Each solves problems the other creates.
Design criticism — the structure reveals that comparison is more complex than ranking
AI Detection Note
AI defaults to point-by-point comparison with suspiciously symmetric treatment — giving each side equal space on every criterion, avoiding strong judgments until forced.
See how your writing maps onto this structure
Analyze Your Text