Writing readable code - Dmitry Pashkevich

2016 UtahJS Conference Friday, September 16, 2016 Slides: Having readable code is a prerequisite to scaling your product and the organization behind it. Hard-to-read code not only intimidates your co-workers (and your future self) but also conceals bugs and hurts your team’s velocity, since every modification takes twice as long as it should. This talk shares the principles of writing clear, idiomatic JavaScript code, illustrated with real-w
Back to Top