#clean-code
Read more stories on Hashnode
Articles with this tag
Programs are meant to be read by humans and only incidentally for computers to execute. - Donald Knuth · Introduction What is a lengthy method, first of...
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...