What is software architecture? What is the role of a software architect? How do you define software architecture? How do you share software architecture? How do you deliver software architecture?

Add a comment

 

Re: Code Metrics

It's good to hear you've found some of these metrics useful.

We recently incorporated all the metrics available as simple Maven2 plugins into our continuous integration system although we haven't spent time analysing the results yet.

I'll be doing this over the next couple of weeks so I'll get back to you on our experiences.

Currently we're migrating an external component into our codebase.

We're using coverage tools and metrics and have found them very useful indeed. We use Emma integrated into the IDE for real-time TDD coverage, Cobertura for CI unit testing coverage, and a combination of Selenium with Emma for integration test coverage.

The coverage tools keep us very focused, stop the team writing unecessary tests, and give me a quick overview of the current test effort.


Re: Code Metrics


Title
Body
HTML : b, strong, i, em, blockquote, br, p, pre, a href="", ul, ol, li, sub, sup
Name
E-mail address
Website
Remember me Yes  No 

E-mail addresses are not publicly displayed, so please only leave your e-mail address if you would like to be notified when new comments are added to this blog entry (you can opt-out later).

Software architecture for developers