Hacker News new | ask | show | jobs
by TeMPOraL 2354 days ago
That's a good observation on many levels.

For instance, I started noticing that a lot of the code I've written or worked with in many projects have a particular flavor to it. Pieces that take some data, repackage it, and pass it on to different code that does essentially the same - all arranged in a structure that's supposed to reflect some shared, abstract understanding of the problem. I've started to call this type of code "bureaucracy", and I see it as something to be kept in check.