mgastner / cartogram-cpp

Cartogram generator in C++
MIT License
8 stars 4 forks source link

`StringToDecimalConverter` should be a namespace not a class. #170

Open adisidev opened 4 months ago

adisidev commented 4 months ago

See further discussion here, class usually implies some kind of object, and functions that operate on that object.

https://softwareengineering.stackexchange.com/questions/148772/should-a-class-without-instance-variables-be-considered-a-class