Robert Cecil Martin 2003

From CSSEMediaWiki
(Difference between revisions)
Jump to: navigation, search
(New page: ''UML for Java programmers'' by Bob Martin. This is a simple easy-to-read UML intro by Uncle Bob. It isn't for language lawyers; it shows UML the way Bob likes to use it, deviating ...)
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
 
''UML for Java programmers'' by [[Bob Martin]].
 
''UML for Java programmers'' by [[Bob Martin]].
  
Line 9: Line 8:
  
 
* Design quality
 
* Design quality
** [[Design smells]] [cf. [[Code smells]]
+
** [[Design smells]] cf. [[Code smells]]
 
** Dependency management
 
** Dependency management
 
* The [[Single responsibility principle]]
 
* The [[Single responsibility principle]]
Line 21: Line 20:
 
* [[Bob Martin]]
 
* [[Bob Martin]]
 
* [[Bob Martin's principles]]
 
* [[Bob Martin's principles]]
* [[Wal's library]]
+
* [[Wals library]]
 +
 
 +
[[Category: Resources]]

Latest revision as of 20:47, 28 July 2009

UML for Java programmers by Bob Martin.

This is a simple easy-to-read UML intro by Uncle Bob. It isn't for language lawyers; it shows UML the way Bob likes to use it, deviating from the standard wherever Bob likes to do things his own way.

I like this book because I share most of the prejudices of the author.

This book is relevant to 427 because it describes several of Bob Martin's principles and related ideas. Chapter 6 contains:

See also

Personal tools