IT Readings Log   

Friday, May 20, 2005

Gain performance by not initializing variables

One of the most "annoying" requests developers get on a project are time limitations on performance per screen. For example they get the request on a web project that all screens should load in less than 5 seconds, no matter what and if it doesn't happen like that they should re-design that screen for better performance.

If designed and written carefully, screens will just follow the requirements, but sometimes, even if developers do their best in not wasting loading time, the screens are just too complex.

There are lots of things that can be changed for a better performance. Here's one of them:

http://www.codeproject.com/useritems/DontInitializeVariables.asp

0 Comments:

Post a Comment

<< Home