03-29-2010, 01:58 PM
(03-29-2010, 12:08 PM)Qkyrie Wrote: It's even a better idea to work with non-static private fields and public getters/setters. This way, the getters and setters provide an easy interface/facade and can help at sanitizing input.
I agree, and these should be used. However in some simple scenarios they are unneeded.