about primitive obsession in code

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

View File

@ -2025,6 +2025,8 @@ I just want to centralize my findings and bookmarks in a central location, and s
* [Paul Draper](https://www.lucidchart.com/techblog/2017/03/15/package-management-stop-using-version-ranges/) - (2017) Package Management: Stop Using Version Ranges
* [Kartik Agaram](http://akkartik.name/post/versioning) - (2017) The cargo cult of versioning
* [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
## Database
* [jOOQ Blog](https://blog.jooq.org/) - best practices and lessons learned about writing Java and SQL code