processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

prevent === warning message #152

Closed lmccart closed 8 years ago

lmccart commented 8 years ago

Can we prevent the "Use === to compare" warning from happening? I could see this being confusing to students if we are teaching them just to use ==.

screen shot 2015-09-11 at 4 15 38 pm

antiboredom commented 8 years ago

Sure! Do you think we should get rid of warnings altogether?

lmccart commented 8 years ago

yeah after seeing some of the other things that get flagged, I think let's just remove them completely.

kadamwhite commented 8 years ago

Could these be something that could be enabled, rather than opted-out entirely?

lmccart commented 8 years ago

temporary fix, color the background white. ideally, eventually, we can have a user preferences file to customize settings further.