📜 ⬆️ ⬇️

Library files will be named after the abbreviated names of the objects they define.

Here is life hacking : to shorten file names (which means to speed up their reading and recognition), you can name files with javascript libraries in accordance with the abbreviated name of the main object that is defined by a particular library.

For example, the jQuery file can be called " $ .js ".

For example, the Underscore.js file can be called _.js ”.
')
For example, the Underscore.string file can be called _.str.js ”.

Well, and so on.

Source: https://habr.com/ru/post/148435/


All Articles