Click here to Skip to main content
15,907,493 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Does software maintanibility Index effect the performance of the web applicaiton.
Can anyone please give me the link of the related article.

What I have tried:

Looking the related article of web application maintanibility and performance impact . but i found no article related to the topic
Posted
Updated 5-Nov-16 7:19am

Writing maintainable code and well performing code are two different subjects.

The first has to do with your performance working with the code, the second with the computer running it.

Always optimize for the first with attention to proper design decisions and algorithms, unless your use case requires fast execution which might make your code more complex.
 
Share this answer
 
Comments
codegeekalpha 5-Nov-16 10:36am    
can you give example?
Quote:
Web application maintainability and performance

Basically, both are unrelated.
It all depend on the programmer, a bad programmer or beginner is likely to score bad in both subjects, a good one or experimented is likely to score good.

The only link is if in name of maintainability you stick to simple and non efficient algorithms, on this case, it is at performance expense

Maintainability should be measured only after you have understood the underlying algorithm.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900