Not A Discord of Code Blocks
Flowermanvista — Today at 9:08 AM
curly-bracket syntax is THE DEVIL and I HATE IT
although I'm sure I'm not the only one here who's wasted half an hour trying to fix an entire program not working because of a single misplaced }
CST1229 — Today at 6:53 PM
for me, it's the opposite (i hate required indentation (like python))
DoubleDenial — Today at 6:54 PM
I have to agree
everyone who told me about Python tried to sell me on the required indentation like it's an exciting innovation even though it was something that I did not want or need
Not a Medic — Today at 6:59 PM
I don't mind either
Instead it's those
begin ... end
-like blocks that Pascal made famous that I hate
DoubleDenial — Today at 7:00 PM
that's horrifying
Not a Medic — Today at 7:01 PM
ah yes I love my code to look like
if condition then do_this() end
CST1229 — Today at 7:03 PM
if ... {...}
(parentheses optional)
if (...) {...}
{#if ...} ... {/if}
if ... ... end
if ... then ... end
if ... ...
if ... ... fi
Not a Medic — Today at 7:04 PM
oh yeah
if ... ... fi
is the worst oneprobably why I changed my shell to fish
Comments