|
|
|
|
|
by KptMarchewa
39 days ago
|
|
This is a 00s POV. If you spend any time on syntax formatting in 2026, you're wasting it. It's a solved problem. Any reasonable language with braces has standard formatter that will just put each brace level on a different whitespace level. |
|
But GGP was making a claim about the braces themselves solving the problem, and they clearly do not. The indentation automatically inserted by your tooling solves the problem. And it's at least as easy to communicate the intended block structure with colons and backspaces as with open braces and close braces, plus it doesn't waste lines (or invite bikeshedding) for the closing braces.