Re: Simple object-orientated games programming using wxEuphoria
- Posted by jeremy (admin) Aug 20, 2009
- 1041 views
rosmond said...
Don't 'proper' programmers always use object orientation where possible? Or is the idea of code reuseability by reusing classes now old-fashioned? Certainly I have found my little Sprite class to be extremely useful when devising simple games programs.
There are many methods of programming, OO is just one that has enjoyed a bit of popularity recently. OO is not 'proper' nor is it 'improper'. Many times, when I look at how people generally use OO, it's an overkill. However, when using OO properly, it's pretty nice. Not all projects need or benefit from OO.
Jeremy