Name: Anonymous 2010-02-16 20:47
My growing OpenGL game paints and draws lots of shit, and I haven't decided on a proper naming convention. I have a shitload of functions called something_paint() and a shitload called somethingelse_draw(). Should I search and replace paint to draw or draw to paint?