Discussions, news and rants from the CTO of Developer Express, Julian M Bucknall
Browse by Tags
All Tags »
Coding (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
Sometimes a CTO needs to get back to coding. Here's something that came up in an internal discussion. Suppose we have this code: public class HeavyFoo { public HeavyFoo() { // big honking constructor } public void DoSomething() { } } public class...
|