Evaluation Criteria for P2
23 abril 2021, 09:25 • Luís Manuel Silveira Russo
The evalution criteria for the second project will include a code quality analysis which will be done after the projects are submitted on mooshak.
This analysis will contain several criteria. Among other considerations the following issues will be considered:
* The output of the valgrind tool. Memory leaks, non-initialized variables, etc. See https://valgrind.org/
* The output of the lizard tool. See https://github.com/terryyin/lizard
* The code structure: division of code into functions (only a .c file is allowed), comments and indentation.