Jonathan Kingston 3/5/2014

Making a performance

Read Original

This article critiques the common tendency in JavaScript development to over-optimize code for performance or minimal lines prematurely. It argues that for most web projects, readability, maintainability, and ease of debugging are more critical than micro-optimizations. The author provides a code example to illustrate how early optimization can increase complexity and risk, and offers key questions developers should ask before optimizing.

Making a performance

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week