DW Digests
From NeoWiki
(Difference between revisions)
m |
|||
Line 2: | Line 2: | ||
; In Pursuit of Code Quality:Articles in this series ranging from code metrics to testing frameworks to refactoring | ; In Pursuit of Code Quality:Articles in this series ranging from code metrics to testing frameworks to refactoring | ||
− | :* [[ | + | :* [[Don't Be Fooled By The Coverage Report]] |
+ | :* [[Resolve To Get FIT]] | ||
:* [[Monitoring Cyclomatic Complexity]] | :* [[Monitoring Cyclomatic Complexity]] | ||
:* [[Code Quality For Software Architects ]] | :* [[Code Quality For Software Architects ]] | ||
+ | :* [[Refactoring With Code Metrics]] | ||
+ | :* [[JUnit 4 vs. TestNG]] | ||
+ | :* [[Defensive Programming With AOP]] | ||
+ | :* [[Automate GUI Testing With TestNG-Abbot]] | ||
; Automation for the people:Practices to create consistent, repeatable, and maintainable builds | ; Automation for the people:Practices to create consistent, repeatable, and maintainable builds | ||
:* [[Remove The Smell From Your Build Scripts]] | :* [[Remove The Smell From Your Build Scripts]] |
Revision as of 08:59, 5 March 2007
This is a collection for IBM's developerWorks digests.
- In Pursuit of Code Quality
- Articles in this series ranging from code metrics to testing frameworks to refactoring
- Automation for the people
- Practices to create consistent, repeatable, and maintainable builds