The superior bracket style

Ategon@programming.dev to Programmer Humor@programming.dev – 26 points –
17

What happens when you give a python programmer java

I strongly believe that code formatting does not hold any information and that because of it, compilers should reject non-normalized code, saying "run a formatter first". We have the tooling for most of the languages to make this absolutely painless, remove all head scratching of "what the hell is up with this code style" and just focus of the semantics. I believe that you should be allowed to produce code abominations like this code sample and have it auto-formatted into the code style that everyone can easily interpret.

Yeah, I like that new languages like Go and to a lesser extent Rust have formatters bundled.