Автор: Douglas Crockford Название: javascript: The Good Parts Издательство: O'Reilly Media Год: 2008 ISBN: 9780596517748 Язык: English Формат: pdf Размер: 10 mb Страниц: 176
Most programming languages contain good and bad parts, but javascript has more than its share of the bad, having been developed and released in a hurry before it could be refined. This authoritative book scrapes away these bad features to reveal a subset of javascript that's more reliable, readable, and maintainable than the language as a whole—a subset you can use to create truly extensible and efficient code.
Considered the javascript expert by many people in the development community, author Douglas Crockford identifies the abundance of good ideas that make javascript an outstanding object-oriented programming language-ideas such as functions, loose typing, dynamic objects, and an expressive object literal notation. Unfortunately, these good ideas are mixed in with bad and downright awful ideas, like a programming model based on global variables.
The Principles of Object-Oriented JavaScript Автор: Nicholas C. Zakas Название: The Principles of Object-Oriented javascript Издательство: No Starch Press Год: 2014 ISBN: 9781593275402...