You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
568 B
19 lines
568 B
////
|
|
Included in:
|
|
|
|
- user-manual: Bibliography
|
|
- quick-ref
|
|
////
|
|
|
|
// tag::base[]
|
|
_The Pragmatic Programmer_ <<pp>> should be required reading for all developers.
|
|
To learn all about design patterns, refer to the book by the "`Gang of Four`" <<gof>>.
|
|
|
|
[bibliography]
|
|
== References
|
|
|
|
- [[[pp]]] Andy Hunt & Dave Thomas. The Pragmatic Programmer:
|
|
From Journeyman to Master. Addison-Wesley. 1999.
|
|
- [[[gof,2]]] Erich Gamma, Richard Helm, Ralph Johnson & John Vlissides. Design Patterns:
|
|
Elements of Reusable Object-Oriented Software. Addison-Wesley. 1994.
|
|
// end::base[]
|
|
|