|
|
|
|
|
by radicalbyte
4467 days ago
|
|
Officially we were using jshint. Misspelled magic strings, which were replaced with enumerations. We also had a number of bugs with unexpected type use - like a function which expected a boolean but was given a string, or even more common number/string failures. |
|