Does Precompilation Of Loop Limits In Web Programming Languages Like ColdFusion, Java, And JavaScript Help
Posted by Naveen Kumar
2 Feb, 2012
Yes, this is also called coding motion out of loops, and is one of Bentley's 27 rules for code tuning. Also, using local variables is much faster. Many of these refactorings are covered in Chapter 10, "Optimizing JavaScript for Execution Speed."
Yes, this is also called coding motion out of loops, and is one of Bentley's 27 rules for code tuning. Also, using local variables is much faster. Many of these refactorings are covered in Chapter 10, "Optimizing JavaScript for Execution Speed."
Comments Received:
Please give your suggestions and feedback: