Create account

2146d
On Refactoring
replied 2145d
Which is why lines-of-code should be a *negative* metric.
replied 2146d
There is something supremely satisfying about taking a terrible tangle of code and reducing it to something that is, all at once, more elegant, compact, clear, secure, robust, readable
replied 2146d
, efficient, portable, extensible and maintainable. It a wonder we software developers can be persuaded to do anything but refactor code.
replied 2146d
I love whittling down an algorithm until it looks like just a fragment of code, it's one of the main reasons I like C and hate Java so much. Dynamic typing fucking rules.