- EOL
Attention! |
Product description: Pure code. Manual of a good programmer - Robert C. Martin.
Do you want to know what the "pure" code is and how to write a good program without errors? In this book you will read about the techniques of robust and effective programming. You will learn the rules and patterns of writing syntax code. You will learn how to create function and object names and how to write unit tests. In this book you will learn how to make your program meet accepted standards.
The book includes issues such as:
- Names of classes and methods
- Functions and argument lists
- Separating commands and queries
- Application of exceptions
- Comments
- Formatting
- Objects and data structures
- Error handling
- Unit tests
- Classes and systems
- Concurrency
- Code cleansing
Sample projects used in the book are availablefor download. Fragment of the book toread on-line. |
Table of contentsForeword (13) Introduction (19) 1. pure code (23)
2 Significant names (39)
3. functions (53)
4 Comments (75)
5 Formatting (97)
6 Objects and data structures (113)
7 Error handling (123)
8 Borders (133)
9 Unit tests (141)
10 Classes (153)
11 Systems (169)
12 Project creation (187)
13. concurrency (193)
14 Successful code cleansing (209)
15. JUnit library structure (263)
16 Reconstruction of the SerialDate class (277)
17. odours of code and heuristics (295)
A: Concurrency II (327)
B: org.jfree.date.SerialDate (357) C: References to heurists (411) Epilogue (413) Scorch (415) |