Merge pull request #164 from Goutham-AR/master

Added the book 'Code Complete' under Practices category
This commit is contained in:
Alexey Migutsky 2021-04-19 15:50:27 +02:00 committed by GitHub
commit a8d7c35645
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ But knowing the stuff will help you become better! :muscle:*
### Practices ### Practices
- :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code) - :book: [Working Effectively with Legacy Code](https://www.goodreads.com/book/show/44919.Working_Effectively_with_Legacy_Code)
- :book: [Code Complete](https://www.goodreads.com/book/show/4845.Code_Complete)
- :book: [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code) - :book: [Clean Code: A Handbook of Agile Software Craftsmanship](https://www.goodreads.com/book/show/3735293-clean-code)
- :book: [Test Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development) - :book: [Test Driven Development: By Example](https://www.goodreads.com/book/show/387190.Test_Driven_Development)
- :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production) - :white_check_mark: [Going To Production Checklist](https://github.com/mr-mig/going-to-production)