gnuswann@programming.dev to Programmer Humor@programming.dev · 3 years agoI personally use tabsprogramming.devimagemessage-square7fedilinkarrow-up115arrow-down10
arrow-up115arrow-down1imageI personally use tabsprogramming.devgnuswann@programming.dev to Programmer Humor@programming.dev · 3 years agomessage-square7fedilink
minus-squareZILtoid1991@kbin.sociallinkfedilinkarrow-up0·3 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·3 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 = barYou made it even worse!