UI Deploy

Curated, Short, Web UI Dev we Love.

Preventing Side Effects in JavaScript

JavaScript is very dynamic these days but I still see a lot of legacy code, whether it be for optimal backward compatibility or simply that the code hasn't been maintained.  One of the practices that makes me cringe is coding that creates unwanted side effects.

view source

Advertisement