/
Don't use obfuscated Javascript libraries in development
Don't use obfuscated Javascript libraries in development
If you must use third party Javascript libraries in development then use them in uncompressed format.
It’s better for a team to understand all the code they they have running in their applications.
Same thought process as to why typescript is a bad idea and why one shouldn’t use CSS pre-processors.
Ignorance is not bliss.
Clarity and understanding are better.
, multiple selections available,
Related content
Typescript is a bad idea
Typescript is a bad idea
More like this
CSS Preprocessor - Don't use them
CSS Preprocessor - Don't use them
More like this
Don't use => syntax for anonymous functions
Don't use => syntax for anonymous functions
Read with this
Using Prefixed Name Spaces with Javascript
Using Prefixed Name Spaces with Javascript
More like this
Do not store application data in the DOM
Do not store application data in the DOM
Read with this
Javascript Namespace Conventions
Javascript Namespace Conventions
More like this