kylebakerio / mindseal

next-gen cross-platform open-source buzzword-happy SRS
http://mindseal.kylebaker.io
2 stars 1 forks source link

Error Handling! #118

Open kylebakerio opened 8 years ago

kylebakerio commented 8 years ago

Lots of silent console.log failures. Replace with noisy ones. Lots of swallowed errors. Add catch statements.

Eloquent Javascript's chapter on errors is your friend.