Support Driven Development.
What do I mean by that?
When you build using TDD the unit tests are created first, then the code.
In SDD the unit tests are built, then the interfaces, then the concrete classes, after that you add the JMX Annotations, the logging, the REST interfaces, the reports etc that will be needed to support that code.
Make sure that your support team can support your work.
No comments:
Post a Comment