October 7, 2024, Monday, 280

DW Digests

From NeoWiki

(Difference between revisions)
Jump to: navigation, search
 
 
(5 intermediate revisions by one user not shown)
Line 1: Line 1:
 
This is a collection for IBM's developerWorks digests.
 
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.
+
; In Pursuit of Code Quality:Articles in this series ranging from code metrics to testing frameworks to refactoring
:* [[JUnit 4 vs. TestNG]]
+
:* [[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]]
 +
; AOP@Work:Aspect-oriented programming
 +
:* [[Test Flexibly With AspectJ And Mock Objects]]
 
; 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]]
 +
; XML in Java:Using XML in Java language
 +
:* [[Document models, Part 1: Performance]]

Latest revision as of 14:50, 9 April 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
AOP@Work
Aspect-oriented programming
Automation for the people
Practices to create consistent, repeatable, and maintainable builds
XML in Java
Using XML in Java language