gnuswann@programming.dev to Programmer Humor@programming.dev · 1 year agoI personally use tabsprogramming.devimagemessage-square16fedilinkarrow-up123
arrow-up123imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 1 year agomessage-square16fedilink
minus-squareZILtoid1991@kbin.sociallinkfedilinkarrow-up0·1 year agoint mostCursedIndentation (const int someVal) @safe { {}{}if (someVal < 0) { {}{}{}{}throw new Exception ("Value cannot be negative!"); {}{}} {}{}return someVal * 5 - 3; }
minus-squaresoft_frog@kbin.sociallinkfedilinkarrow-up1·1 year agoCan you start randomly nest them too? {{}}{}int foo = bar
int mostCursedIndentation (const int someVal) @safe { {}{}if (someVal < 0) { {}{}{}{}throw new Exception ("Value cannot be negative!"); {}{}} {}{}return someVal * 5 - 3; }
Can you start randomly nest them too?
{{}}{}int foo = bar
You made it even worse!