gnuswann@programming.dev to Programmer Humor@programming.dev · 2 years agoI personally use tabsprogramming.devimagemessage-square6fedilinkarrow-up116arrow-down10
arrow-up116arrow-down1imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 2 years agomessage-square6fedilink
minus-squareZILtoid1991@kbin.sociallinkfedilinkarrow-up0·2 years 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·2 years 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!