Reply to thread

many people know how to code. but few know how to code cleanly. the mess of code created ultimately leads to confusion among developers, resulting in bugs, memory hogs, errors and even crashes. if i were to recommend a book to become a good developer it would be Clean Code, Head First Design Patters and books on unit testing. And oh, a good developer always write unit tests before implementing the actual codes.


Back
Top Bottom