Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Tabs VS Spaces

Name: Anonymous 2009-03-10 22:42

Which do you prefer in your code?
Personally I like tabs more but they're misused for formatting instead of indentation by many which is annoying and kind of defeats the purpose.

Name: Anonymous 2009-03-11 15:47

>>25
Oh.

Also, I don't understand why anyone would use
while (true) {
    fork();
}

This braces placement is PIG DISGUSTING

Be consistent; use either
while (true) {
    fork(); }

or
while (true)
{
    fork();
}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List