Jump to content
xisto Community
Sign in to follow this  
Bigyan

How to write a JavaScript optimizer ?? How to write a JavaScript optimizer ??

Recommended Posts

Hey guys,I've been programming for a decade (well 2 yrs less than a decade to be accurate) now. I want to know how do I go 'bout writing a JavaScript optimizer ??I've written programs that can optimize the program by using very small variable names etc. But what 'bout real optimization of code?? Is it really possible?? Please reply if u happen to know 'bout these.Bye

Share this post


Link to post
Share on other sites

What do you mean with optimize? And how would using very small variables even optimize a program?

Optimizing JavaScript code for execution speed is one bloody dodgy thing to do, if that's what you mean. JavaScript is one of the most horrible languages ever to be created, and messing with it, always results in inexplicable random errors everywhere. Especially against the Microsoft Internet Explorer JavaScript Interpreter..

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.