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. When Java applets failed, JavaScript became the language of the Web by default, making its popularity almost completely independent of its qualities as a programming language. In JavaScript: The Good Parts , Crockford finally digs through the steaming pile of good intentions and blunders to give you a detailed look at all the genuinely elegant parts of JavaScript, including: The real beauty? As you move ahead with the subset of JavaScript that this book presents, you'll also sidestep the need to unlearn all the bad parts. Of course, if you want to find out more about the bad parts and how to use them badly, simply consult any other JavaScript book. With JavaScript: The Good Parts , you'll discover a beautiful, elegant, lightweight and highly expressive language that lets you create effective code, whether you're managing object libraries or just trying to get Ajax to run fast. If you develop sites or applications for the Web, this book is an absolute must.
Es un excelente libro para saber más del javascript, pero creo que si debes de tener un conocimiento previo a leer este libro. No lo recomendaría para alguien que inicia de 0.
Lo recomiendo para aquellos que tienen nivel medio o avanzado en JavaScript, y lo desaconsejo para principiantes, ya que de manera concisa aborda los aspectos más relevantes del lenguaje. Puede servir para principiantes pero será una lectura más lenta y necesitará acompañarse de investigación y práctica.
Me gustó que se explican aspectos básicos que quizás se hacen con frecuencia pero que no nos detenemos a pensar por qué se hacen de esa manera o si es la mejor manera.
También enseña las buenas prácticas de escritura del lenguaje y es un libro que puede llegar a servir de referencia rápida.
Lo único malo es que a la fecha de lectura (diciembre 2021) ya esta comenzando a quedar obsoleto en algunos aspectos que ya se han mejorado con la llegada de ES6. Pero a pesar de ello sirve para sentar las bases de conocimiento.
Muy buen libro como punto de entrada a javascript o si ya conoces javascript muy buen manual sobre todo para saber que partes explotar del lenguaje y que partes tratar de evitar en la medida de lo posible y que partes evitar usar a toda costa. Me sobra algún capítulo como el dedicado a Json y algún otro como el de JSLint me parece redundante. Aún así un imprescindible para todo programador o cualquiera que se quiera acercar al mundo de Js.
Es el libro que todos debimos leer antes de empezar a usar Javascript. Si cuando te preguntan si sabes Javascript respondes "Pues, he usado JQuery" te lo recomiendo ampliamente.