Today it dawned on me another nice little side affect of automatic properties.
I was creating an interface today that ONLY had properties and when I was done I needed to create the concrete object that implemented said interface. All I had to do was copy, paste and add the modifier (public) to each line.
In the past I would have had to create the private member variables and setup the formatting correctly. Now I do not have to. Saved me a solid 5 minutes of busy work.
+1 for saving me time.
Till next time,
Posted
04-29-2008 1:17 PM
by
Derik Whittaker