ossama-othman / MaRC

MaRC - Map Reprojections and Conversions
GNU Lesser General Public License v2.1
1 stars 0 forks source link

Reduce use of magic numbers #43

Closed ossama-othman closed 6 years ago

ossama-othman commented 6 years ago

MaRC uses magic numbers in some places rather than symbolic constants which can result in error prone code over time. Those magic numbers should be replaced with symbolic constants as much as possible.