HN user

avigesaa

4 karma
Posts0
Comments8
View on HN
No posts found.

Depending on the language and context, an explicit method name like "findEventsFromLast6Hours" isn't that bad. If it's just a private helper method, I'd let it pass.

Empirically, I've found that methods with ambiguous parameters (e.g. "findEvents(6)") are a much bigger problem (event amongst senior programmers).

This is very similar to my setup[1]. I picked up a geekdesk frame on craigslist and threw an Ikea countertop[2] on it. I even have a humanscale keyboard tray that I haven't gotten around to installing.

All in all, it probably set me back about $1000 (including the keyboard-tray and monitor-mount). And it was worth every penny; I'm much more comfortable after long hacking sessions.

[1] http://imgur.com/4XGYh [2] http://www.ikea.com/us/en/catalog/products/60057852/#/200578...

Forced Coding 17 years ago

Details, details. All middle-management cares about is whether or not the task is done. And the associated costs of your shitty code are, at least partially, shifted on to your co-workers. This gives you an even better comparative velocity! Bonus season will be good this year.

I use ++i in for loops because pre-incrementing is the semantically correct option. I've never understood why i++ came into favor; can anyone shine some light on it for me?