capitalbr / barwinism

1 stars 0 forks source link

Prepare code for production #4

Open capitalbr opened 5 years ago

capitalbr commented 5 years ago

Remove console.logs, debuggers, and refactor any code that isn't clear in what it is doing. Make sure everything is DRY, and use helper functions where doing so makes the code easier to read or more DRY.

capitalbr commented 5 years ago

All console.logs, debuggers, unused code and no-longer needed comments have been removed.
Still need to make more DRY and refactor into helper functions.