Refactoring JavaScript (e-bog) af Burchard, Evan
Burchard, Evan (forfatter)

Refactoring JavaScript e-bog

310,39 DKK (inkl. moms 387,99 DKK)
How often do you hear people say things like this? &quote;Our JavaScript is a mess, but were thinking about using [framework of the month].&quote;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 porti...
E-bog 310,39 DKK
Forfattere Burchard, Evan (forfatter)
Udgivet 13 marts 2017
Længde 442 sider
Genrer Computer programming / software engineering
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781491964873
How often do you hear people say things like this? "e;Our JavaScript is a mess, but were thinking about using [framework of the month]."e;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 wont magically go away, and can happily reproduce themselves in a new context. To complicate things further, features will get dropped, at least temporarily.The other popular method of fixing your JS is playing JavaScript Jenga, where each developer slowly and carefully takes their best guess at how the out-of-control system can be altered to allow for new features, hoping that this doesnt bring the whole stack of blocks down. This book provides clear guidance on how best to avoid these pathological approaches to writing JavaScript:Recognize you have a problem with your JavaScript quality.Forgive the code you have now, and the developers who made it.Learn repeatable, memorable, and time-saving refactoring techniques.Apply these techniques as you work, fixing things along the way.Internalize these techniques, and avoid writing as much problematic code to begin with.Bad code doesnt have to stay that way. And making it better doesnt have to be intimidating or unreasonably expensive.