Concise and Reduced code is
- Clear
- Easy to Understand
- Easy to Debug
- Easy to refactor
Better execution of code
- Performs/plays important role for better user interaction
- Time saving and gives better outcome.
- Ultimately we do code for faster performance.
Both of them, concise code and better execution are not comparable term. Better to have both. If you turn it a comparable term, then first priority is better performance.
Related Tutorials
- http://stackoverflow.com/questions/952194/should-code-be-short-concisehttps://stackoverflow.com/questions/952194/should-code-be-short-concise
- http://www.stevemcconnell.com/ieeesoftware/bp06.htm
- http://www.ibm.com/developerworks/rational/library/11-proven-practices-for-peer-review/index.html
Related Books