about code comments / clean code

This commit is contained in:
Morgan 2017-11-17 20:21:51 +01:00 committed by GitHub
parent c024d27cf4
commit 4660df68a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2027,6 +2027,7 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [joelparkerhenderson/versioning](https://github.com/joelparkerhenderson/versioning) - notes and summary of article "The cargo cult of versioning"
* [Marc Eaddy](https://testing.googleblog.com/2017/11/obsessed-with-primitives.html) - (2017) Code Health: Obsessed With Primitives?
* [Chris Wheeler](http://chriswheeler.blogspot.be/2005/05/my-favourite-smells.html) - (2005) My Favourite Smells / about primitive obsession
* [Dori Reuveni and Kevin Bourrillion](https://testing.googleblog.com/2017/07/code-health-to-comment-or-not-to-comment.html) - (2017) Code Health: To Comment or Not to Comment?
## Database
* [jOOQ Blog](https://blog.jooq.org/) - best practices and lessons learned about writing Java and SQL code