Use Enum Constants instead of Magic numbers?
Last updated by Ben Neoh [SSW] almost 2 years ago.See historyUsing "Magic numbers" in your code makes it confusing and really hard to maintain.
Using "Magic numbers" in your code makes it confusing and really hard to maintain.