Magic Numbers

Learn what magic numbers are, what they look like, and how to eliminate them.

We'll cover the following...

Magic numbers (and strings)

Magic numbers are literals scattered in the code that have no explicit meaning. They harm our code because they affect code management in the long run.

Note: Magic numbers also ...