3
votes
Developers productivity measurement
You give a developer a task, ask him/her to solve it and measure how long time it takes to solve the problem.
Micromanagement is evil. Measuring lines of code is useless, because less truly …
1
vote
Tangential Tweaking: Your Most OCD quest for perfection
I type in the following lines when I move to a new system:
$ svn export https://.../.../configuration ~/configuration
$ for file in configuration/.*; do ln -sf $file .; done
…
