siddhantjain / MiniPaint

A small paint like application in an attempt to write good code
3 stars 2 forks source link

Use enums for Shapes and commands #16

Open siddhantjain opened 9 years ago

siddhantjain commented 9 years ago

There are a lot of places where switch cases are used with hardcoded numbers. Use Enums everywhere.