The Pragmatic Programmer: Difference between revisions
Appearance
Content deleted Content added
m code kata reference |
No edit summary |
||
Line 3: | Line 3: | ||
{{italic title}} |
{{italic title}} |
||
{{Infobox book |
{{Infobox book |
||
| authors = {{plainlist| |
|||
| author = Andrew Hunt and David Thomas |
|||
* Andrew Hunt |
|||
* David Thomas |
|||
}} |
|||
| image = The pragmatic programmer.jpg |
| image = The pragmatic programmer.jpg |
||
| country = US |
| country = US |
||
| published = |
| published = 1999 by [https://pragprog.com/ The Pragmatic Bookshelf] |
||
| isbn = 0- |
| isbn = 978-0-2016-1622-4 |
||
| website = [https://pragprog.com/book/tpp/the-pragmatic-programmer The Pragmatic Bookshelf: The Pragmatic Programmer] |
|||
| pages = 320 |
|||
| subjects = Education, Teaching |
|||
}} |
}} |
||
'''''The Pragmatic Programmer: From Journeyman to Master''''' (ISBN 0-201-61622-X) is a book about software engineering by [[Andy Hunt (author)|Andrew Hunt]] and [[Dave Thomas (programmer)|David Thomas]], published in October, 1999. The book is the first in a series of books under the '''The Pragmatic Bookshelf''' label. |
'''''The Pragmatic Programmer: From Journeyman to Master''''' (ISBN 0-201-61622-X) is a book about software engineering by [[Andy Hunt (author)|Andrew Hunt]] and [[Dave Thomas (programmer)|David Thomas]], published in October, 1999. The book is the first in a series of books under the '''The Pragmatic Bookshelf''' label. |
Revision as of 16:16, 17 July 2016
This article needs additional citations for verification. (February 2013) |
It has been suggested that Kata (programming) be merged into this article. (Discuss) Proposed since January 2014. |
Authors |
|
---|---|
Subjects | Education, Teaching |
Published | 1999 by The Pragmatic Bookshelf |
Publication place | US |
Pages | 320 |
ISBN | 978-0-2016-1622-4 |
Website | The Pragmatic Bookshelf: The Pragmatic Programmer |
The Pragmatic Programmer: From Journeyman to Master (ISBN 0-201-61622-X) is a book about software engineering by Andrew Hunt and David Thomas, published in October, 1999. The book is the first in a series of books under the The Pragmatic Bookshelf label.
Characteristics of a pragmatic programmer:[1]
- Early adopter / fast adapter
- Inquisitive
- Critical thinker
- Realistic
- Jack-of-all-trades
The authors also went on to write about the Ruby programming language in the book Programming Ruby and Agile Web Development with Rails, a book on Ruby on Rails which also touches on Ajax and the Ruby programming language.
In the book, the idea of code katas is introduced which are small exercises. The exercises are used to practice programming skills.
References
- ^ Preface, The Pragmatic Programmer: From Journeyman to Master, pp. xviii–xix.
External Links