Search Results

1
vote

What are your “hard rules” about commenting your code?

A great rule for comments: if you're reading through code trying to figure something out, and a comment somewhere would have given you the answer, put it there when you know the answer. …
0
votes

What are your “hard rules” about commenting your code?

The only guaranteed place I leave comments: TODO sections. The best place to keep track of things that need reworking is right there in the code. …
19
votes

Why do we still program with flat files?

In my opinion, any possible benefits are outweighed by being tied to a particular tool. With plain-text source (that seems to be what you're discussing, rather than flat files per …
164
votes

What real life bad habits has programming given you?

Believing that being right is enough. Believing that people will listen to reason. (And all the more amusing ones that everyone else has posted!) …
1
vote

What real life bad habits has programming given you?

Nomad Dervish's answer reminded me — I used to be a level designer, and on more than one occasion I looked at a beautiful sunset and thought that it was a really good skybox. On another occ …
4
votes

What’s a programming answer you hate to hear the most, yet give out yourself on many occasions?

"Yeah, I haven't had time to finish that yet." …
2
votes

Best programming novel to take on holiday

Greg Egan — Diaspora. If ever there was a novel about programming reality, this is it. (Apparently not readily ava …
10
votes

Greasemonkey: love it or hate it?

If your users are using a Greasemonkey script and coming back, take it as good fortune: there's something they need that you're not giving them, and they haven't left yet. If they …
3
votes

What are some good ways to stay mentally alert during the work day?

The other answers — exercise, etc. — are great, but I find a massive part of staying alert is working on interesting things. In the past I've fallen asleep at my desk because I wasn't inter …
0
votes

What Language Feature Can You Just Not Live Without?

Closures. (First-class functions in general, but those are implied.) …
1
vote

Who has the BEST documentation you have ever seen? Language, framework, CMS… who has it?

sqlite is often touted as having the best documentation ever, and it's really true. …
14
votes

Why does Ruby seem to have fewer projects than other programming languages?

You're mistakenly attributing something to Ruby. RubyForge alone reports over 1,000 open-source projects, let alone all Ruby on Rails apps that ex …
8
votes

Why are web applications more popular than local applications?

Your point in general is false: web applications aren't more popular than local applications. In your specific case, the client probably wants to take advantage of these th …
0
votes

What do you put on your cubicle walls?

I work in an open-plan office, so… nothing. Sometimes I would like walls to stick things to, but then I realize that they would end up like my corkboard at home: covered in old pieces of paper. …
6
votes

What does a college degree provide that experience doesn’t?

A college degree gives you the opportunity to learn (and fail) in an environment with fewer and different pressures than the workplace. Furthermore, in contrast to learning at home, one is compelle …