General statistics
List of Youtube channels
Youtube commenter search
Distinguished comments
About
Anony Mousse
Low Level
comments
Comments by "Anony Mousse" (@anon_y_mousse) on "how does this keep happening?" video.
Ah yes, fuel my hatred for Go. I still haven't forgiven Go's designers for forcing K&R bracing. Especially when you consider that with superfluous braces you can use other styles and thus prove that they're liars when it comes to parsing.
1
@DeeaA-o5z I can't say I hate Python syntax, for the most part, but significant whitespace irritates me. I prefer Allman style bracing though, and most languages that use braces for scope allow me to use that style, but Go and `bc` both piss me off, along with every other forced K&R braced languages.
1
@RustIsWinning Are you telling me you'd prefer Go over Rust? I very much doubt it. As much as I hate both languages, even I would prefer Rust over Go, because at least it allows me to use Allman style bracing.
1
@RustIsWinning A programming language should help you do your job and get out of your way. It definitely should not be telling you what style to use when writing your code.
1