Optimize by removing blank lines and comments?
-
Looking at this chart and data:
http://www.ohloh.net/p/buddypress/analyses/latest/languages_summaryI realized that 44% of the code that runs buddypress is either blank lines or comment lines. I do realize that these add value by making the code easier to read, edit, update and improve for humans.
However, once installed and running, would it be better for performance to strip these out and only leave the 56% that is actually necessary to run the buddypress plugin? would it make a significant difference? Thanks
Total Lines : 101,797
Code Lines : 57,255
Percent Code Lines : 56.2%Total Comment Lines : 27,877
Percent Comment Lines : 27.4%Total Blank Lines : 16,665
Percent Blank Lines : 16.4%
- The topic ‘Optimize by removing blank lines and comments?’ is closed to new replies.