#code-smell
Read more stories on Hashnode
Articles with this tag
Don't use magic numbers without explanation. · Introduction A Magic Number is a hard-coded value that may change at a later stage, but that can be...
Problem faced: During our software development, we used to use design a class just to use it as a data structure. But while i was interested in...