ga-wdi-exercises / pixart_js

Use JS events and programmatically generated DOM elements to build a drawing application. [javascript, dom]
MIT License
9 stars 321 forks source link

Marygriffus solution #206

Closed marygriffus closed 8 years ago

tylercrosse commented 8 years ago

Great work :+1: Doing lots of DOM manipulation with vanilla js or jQuery can get messy 'turn into soup', and it takes work to try to make it as readable as possible. I encourage you to look for possible ways to refactor future assignments to increase readability/maintainability.