Уровень 0 · материалов: 3
В кластер входят документы о методологиях написания качественного и поддерживаемого кода на JavaScript, но не входят справочники по расшифровке конкретных сообщений об ошибках.
Общие признаки: написание чистого кода, сопровождаемость кода, предотвращение ошибок программирования, стандарты разработки на JavaScript
Группа выше: Практики и стиль кода на JavaScript
Смысл: The main idea is to educate developers on writing cleaner, more professional, and more maintainable JavaScript and jQuery code by avoiding common pitfalls such as magic numbers, tight coupling with HTML, and improper event handling.
A guide highlighting five common JavaScript and jQuery coding errors and providing cleaner, more professional alternatives for each.
Смысл: The main idea is that JavaScript is a capable tool when used for its intended purposes, and that common 'fail' cases are often the result of programmer error or a lack of understanding of the language's specifications rather than inherent flaws in the language itself.
The author argues that JavaScript is unfairly hated and that its perceived flaws are usually solved by following best practices or choosing the right tool for the specific task.
Смысл: The main idea is to promote the adoption of Unobtrusive JavaScript as a best practice in web development to ensure better maintainability, accessibility, and robustness through the separation of concerns and graceful degradation.
Unobtrusive JavaScript is a development technique that separates behavior from structure to ensure websites remain functional without scripts while enhancing the experience for those who have them.