Examine the source code for one or more open source projects- Software Engineering
Dialogue Put up-Commenting for Readability
Go to any open source repository, the place software program builders collaborate on the growth of open source software program, and obtain the code from one or more open source tasks. Some potential repositories to discover are: SourceForge (sourceforge.web), JavaForge (javaforge.com), and Google Code (code.google.com)
Examine the source code for one or more open source tasks and find an instance by which: (1) the documentation and commenting inside the program leaves one thing to be desired and (2) more than one management movement assertion is used. Examine the code for the particular person source recordsdata. If you’ll be able to construct the mission, run the program a couple of occasions so that you perceive what the writer of the program was attempting to attain and the way the traces of code in the mission work. Take into consideration how the commenting might be improved.
Put up a response that summarizes your findings. The submit ought to
1. Embody a hyperlink to the open source mission you selected for example of poor commenting, or connect an instance source file to your posting.
2. Establish the strategies inside the instance program you consider usually are not sufficiently documented.
three. Examine the management movement statements to find out what they do and if their objective is clearly documented.
four. Clarify why you’re feeling the present commenting inside the mission wants enchancment.
5. Copy the instance code into your submit, changing or including element to the present feedback in an effort to make the program simpler for a consumer to know.