Magic Numbers (in programming)
Today, I got feedback from a code review and learned something new. It was about "magic numbers"), which are unique values with unexplained meaning or multiple occurrences which could (preferably) be replaced with named constants.
I've known about th...
anthonyjdella.hashnode.dev2 min read