Name: Anonymous 2007-09-02 21:13 ID:DbhLNVSF
I'm not the greatest programmer ever, I'll brute force if I have to, and any professional programmer would probably cringe in horror at some of my code. Just a small disclaimer. I'm currently using a Java derivative language (Processing), and hence Object Oriented. My question is, is there some kind of guideline for when a new class is or isn't a good idea? How do you know when you're over or underusing classes vs. new methods.