Inheritance

  • submit to reddit

The Benefits of Testable Code

One of the most beneficial approaches that you can take in software development is to follow a test driven development approach. While we all understand why it's a good thing, it's often left slide in favour of adding functionality to reach deadline, or just...

1 replies - 12523 views - 11/17/09 by James Sugrue in Articles

Is Inheritance Overrated? Needed even?

To give some context to this topic, the idea was brought forward to me by Alex Eagle.

19 replies - 7919 views - 08/19/09 by Shyam Seshadri in Articles

Lessons Learned From Spring’s @Autowired

Last November we got Spring 2.5 and with it the possibility to use annotations for dependency injection (DI). Annotations can be used instead or mixed with the classic application context file(s) based on XML.If you compare the former more complex XML...

2 replies - 19547 views - 05/13/08 by Rainer Eschen in News