Just found this while working on one of the older core product plug-ins…

Global Const THOUSAND_TWENTYFOUR = 1024 ' kb

While I applaud the original developer for using constants instead of just inserting magic numbers everywhere, it is important not to be overzealous in their use.


Leave a Comment