[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Naming classes

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top