On Fri, 15 Jan 2010, Lorenzo Fiorini wrote: > > * enable strict parameters validation only when method is declared > > with (), i.e.: > > method open > > does not force any parameter validation so it can be implemented > I plan to change all my classes to this "standard": no parameters in > method definition. > Are there any drawbacks?
No, but please remember that in the future we add strong typing. If you will want to enable type protection in your code then you will have to precisely declare parameters with type in your class definition so it's possible that you will make reverted modification. best regards, Lorenzo _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
