M
Mike Fechner
Guest
Using PROPATH instead of USING is BAD! You basically create a second class name for the same thing. That will have severe impact at runtime. We tend to name our classes with the subject (Customer) in the front and the type (e.g. BusinessEntity, Controller, View) on the end.
Continue reading...
Continue reading...