/
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
Don't try to implement the translator that uses Javascript
Don't try to implement the translator that uses Javascript
More like this
Javascript is a dynamic language
Javascript is a dynamic language
More like this
Javascript Namespace Conventions
Javascript Namespace Conventions
More like this
Typescript is a bad idea
Typescript is a bad idea
More like this
Another bad idea like Typescript
Another bad idea like Typescript
More like this
Using name prefixes in Javascript code
Using name prefixes in Javascript code
More like this