- Добавил: bhaer
- Дата: 12-06-2018, 10:17
- Комментариев: 0

Название: Refactoring javascript
Автор: Evan Burchard
Издательство: O'Reilly
Год: 2016
Страниц: 484
Формат: True PDF, EPUB, MOBI
Размер: 13 Mb
Язык: English
How often do you hear people say things like this? “Our javascript is a mess, but we’re thinking about using [framework of the month].“ Like it or not, javascript is not going away. No matter what framework or ”compiles-to-js” language or library you use, bugs and performance concerns will always be an issue if the underlying quality of your javascript is poor. Rewrites, including porting to the framework of the month are terribly expensive and unpredictable. The bugs won’t magically go away, and can happily reproduce themselves in a new context.