Clean code tip: use the same name for the same concept
As I always say, naming things is hard. We've already talked about this in a previous article.
By creating a simple and coherent dictionary, your classes will have better names because you are representing the same idea with the same name. This impro...
code4it.hashnode.dev2 min read