1
Followers
44
Posts
deepsourcehq.hashnode.dev
If you write JavaScript today, it’s worth your time staying in the know of all the updates the language has seen in the past few years. Since 2015, wi…
maximilianocontieri.com
Problems Unnecessary Indirection Empty Classes Readability Solutions Remove Middle man. Sample Code Wrong https://gist.github.com/mcsee/8f89b53…
Problems Bad Responsibilities Assignments Code Duplication Maintainability Single Responsibility Violation. Copy-pasted code. Solutions Refact…
Problems Declarative Design for Change Coupling to accidental implementation Solutions Rename your variable according to the role. Sample Code …
codequality.hashnode.dev
When programming in Python, there are many Python static analysis tools to choose from. However, not all of them are worth your time. In this review,…