Quote
Oh. My. Goddess! That is the bane of my existence. Indentation. Comments. Inline documentation. Proper flow and structure. It takes me like, three times as long to put out some code as the next person in line - I rattle off the code in about five minutes, and spend the other forty making it "pretty". Aargh!
I wonder if that is a TS trait or just obsessive? I spew the code out as quickly as possible, get things running or tested,
and then go back and spend hours making it pretty and commenting it. But the upside is, three years later I can still
understand what it does with a glance. And for some reason I remember code from years ago, if someone asks about
a routine, it's easy to recall it. I think it's the repetition of making it pretty cements it in memory.
I guess that is why I have a love/hate relationship with regular expressions, they are SO quick and concise but so ugly and
there is no making them pretty.
Amanda