[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Should PRIVATE STATIC be preferred over PRIVATE when...

  • Thread starter Thread starter marian.edu
  • Start date Start date
Status
Not open for further replies.
M

marian.edu

Guest
[quote user="Lieven De Foor"] Exactly Mike, and also that the code really isn't of much use outside the context of the current class. [/quote] Lieven, you did said it's not using any of the current class's context so it might not be of much use outside of this now but its most probably not something that pertains to that class functionality either. But then again, if no one else will use it then no one will be affected when you change those so those public methods won't break other's people code ;) Mike Fechner , ruling out PRIVATE does not mean everything should be PUBLIC either... me preference is never use FINAL and use PROTECTED for anything else that is not meant to be PUBLIC.

Continue reading...
 
Status
Not open for further replies.
Back
Top