DW Digests
From NeoWiki
(Difference between revisions)
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]] | + | :* [[Don't Be Fooled By The Coverage Report]] http://www-128.ibm.com/developerworks/java/library/j-cq01316/index.html |
− | :* [[Resolve To Get FIT]] | + | :* [[Resolve To Get FIT]] http://www-128.ibm.com/developerworks/java/library/j-cq02286/index.html |
:* [[Monitoring Cyclomatic Complexity]] | :* [[Monitoring Cyclomatic Complexity]] | ||
:* [[Code Quality For Software Architects ]] | :* [[Code Quality For Software Architects ]] | ||
− | :* [[Refactoring With Code Metrics]] | + | :* [[Refactoring With Code Metrics]] http://www-128.ibm.com/developerworks/java/library/j-cq05306/index.html |
:* [[JUnit 4 vs. TestNG]] | :* [[JUnit 4 vs. TestNG]] | ||
− | :* [[Defensive Programming With AOP]] | + | :* [[Defensive Programming With AOP]] http://www-128.ibm.com/developerworks/java/library/j-cq01307/index.html |
− | :* [[Automate GUI Testing With TestNG-Abbot]] | + | :* [[Automate GUI Testing With TestNG-Abbot]] http://www-128.ibm.com/developerworks/java/library/j-cq02277/index.html |
+ | ; AOP@Work:Aspect-oriented programming | ||
+ | :* [[Test Flexibly With AspectJ And Mock Objects]] http://www-128.ibm.com/developerworks/java/library/j-aspectj2/index.html | ||
; 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 09:06, 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
- Don't Be Fooled By The Coverage Report http://www-128.ibm.com/developerworks/java/library/j-cq01316/index.html
- Resolve To Get FIT http://www-128.ibm.com/developerworks/java/library/j-cq02286/index.html
- Monitoring Cyclomatic Complexity
- Code Quality For Software Architects
- Refactoring With Code Metrics http://www-128.ibm.com/developerworks/java/library/j-cq05306/index.html
- JUnit 4 vs. TestNG
- Defensive Programming With AOP http://www-128.ibm.com/developerworks/java/library/j-cq01307/index.html
- Automate GUI Testing With TestNG-Abbot http://www-128.ibm.com/developerworks/java/library/j-cq02277/index.html
- AOP@Work
- Aspect-oriented programming
- Automation for the people
- Practices to create consistent, repeatable, and maintainable builds