Categories simplicity code

"util" is wrong

en_US 25 Apr 2008 @ 19:30:18 1 comment

I hate it when I see that a library or a framework has a module or a class called "util". What this means is that they didn't know where to put those code pieces, and so they just dumped them to this trash can called "util".

Let me tell you, it's wrong.

You end up with code that makes you always think: "was it here, or in the 'utils'?"

There's a place for everything, find it.