“Low quality code is not cheaper; it is vastly more expensive, even in the short term. Bad code slows everyone down from the minute that it is written. It creates a continuous and copious drag on further progress. It requires armies of coders to overcome that drag; and those armies must grow exponentially to maintain constant velocity against that drag.” Robert C. Martin
Wednesday, April 11, 2012
Ant reset property value
Ant works with "first setter wins principle" Ant properties accept the FIRST setting of the
property as the definitive one. Thereafter, future attempts to set the
property will be ignored. Properties therefore are not variables, but
more like manifest constant definitions.
Subscribe to:
Posts (Atom)