robopaint
robopaint copied to clipboard
Use enum, object, or strings for penmode
It would be nice to use an object (as an enum), enum, or strings for the different penmodes. If we use an object this is applicable. Using objects as an enum We could also use an enum library.
@techninja what do you think?
Sounds neat. Maybe later.
Should I use an object, strings, or an enum library?