>>41
because indentation is trivial. >>42
thats retarded.
Name:
Anonymous2007-10-18 20:13
>>43
You're telling me that it's better to do trivial things yourself than to make the computer do it for you? Do you just not know how to program or something?
Name:
Anonymous2007-10-18 20:16
>>44
NO GODAMIT YOU FUCK
I MENT
THAT INDENTATION IS TRIVIAL
AND THE EDITOR SHOUDL DO IT
IM NOT >>40
GODUFKCUGIDNAKFNASDLFJDAS
Name:
Anonymous2007-10-18 20:40
>>45
It doesn't matter who you are. I asked Why would you choose to use an editor that makes you indent manually?
and you said because indentation is trivial.
Neither. Spacing is part of the presentation layer, not the underlying code structure that the system stores, and allows each editor to have their own indentation and spacing preferences without stomping over version control. Oh, wait, you're still using fucking direct 8-bit text streams for source?
Call me a massive c-faggot which i probably am, but spaces in C for indendation are utterly stupid.
Tabs all the way in C.
When we talk about programming i have C in mind, while others don't (silly of me)
However, i understand why someone who uses Haskell needs spaces instead of tabs.