wtf is this formatting , you are a professor , dont pull this bullshit on me
Timeline
Post
Remote status
Context
13
@fiore HOLY SHIT GNU STYLE IN THE WILD
@reia ITS NOT EVEN PROPER GNU STYLE THE INDENTATION IS ALL WRONG
@phnt@fluffytail.org @fiore@brain.worm.pink @reia@linfan.moe I don't use GNU style in my code either, but I do wanna ask; Do people just not like the GNU style because they are not used to it? Or is GNU style objectively bad in some way?
@SuperDicq @fiore @reia It is ugly and inconsistent which leads to more brain processing needed to parse something as simple as indentation. The half-indentation also fucks with my brain way too much since I like 1 tab/8 spaces for indentation.
Like look at this monstrosity
Like look at this monstrosity
#include <stdio.h>
int
main (void)
{
int i = 1;
if (i == 1)
{
printf ("Hello world!\n");
return 0;
}
else if (i != 1)
{
printf ("unreachable\n");
return 1;
}
}
@phnt@fluffytail.org @fiore@brain.worm.pink @reia@linfan.moe
1 tab/8 spacesI think you're the weirdo here.
@newt @fiore @reia @SuperDicq Imagine needing to emulate another editor to perfect your own editor. The state of emacs.
@phnt @fiore @reia @SuperDicq @newt flaming editors in the great big 2026
never stop being retarded folx
never stop being retarded folx
@nuukaset @fiore @phnt @reia @SuperDicq only if you want HARD ERRORS on success. Failure will give you a soft one.
Replies
0
No replies yet.