"util" is wrong

on Fri, 25 Apr 2008 at 19:30 in simplicity code with 3 comments

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.