jwcolby
jwcolby at colbyconsulting.com
Thu Apr 14 07:47:23 CDT 2011
LOL. > That's why Drew will right-click the field, select Refactor, Encapsulate Field .., and get done with it. Whatever. Why doesn't he do that to start with? Class public fields exist for a reason. http://www.codinghorror.com/blog/2006/08/properties-vs-public-variables.html Read down through the comments. Like everything else programming, there are very opinionated people on both sides of the isle. But notice that *referencing* code breakage is very real. Kind of like natural vs surrogate keys, you can get away with either... until you can't! And when you can't you have created problems for yourself that you never would have had had you just "done it right" to start with. John W. Colby www.ColbyConsulting.com On 4/14/2011 6:27 AM, Gustav Brock wrote: > Hi John > > Aren't we all? At least constantly aiming to be more efficient. > That's why Drew will right-click the field, select Refactor, Encapsulate Field .., and get done with it. > > /gustav > > >>>> jwcolby at colbyconsulting.com 14-04-2011 11:39>>> > > I understand that you are a lazy programmer .. > >