On Wed, Aug 12, 2009 at 2:38 AM, Chad<[email protected]> wrote: > > My point is that not declaring visibility on new code (ie: leaving > everything public) is poor form. It usually doesn't take very long to > make the decision about what scope to put a function or variable > in, and it can always be changed later if the choice was wrong. > Well, you can always go up (private>protected>public), but not necessarily go down without possibly breaking things you are unaware of.
Bryan _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
