Lab 5 - Code Review Template
Lab 5 - Code Review Template
Controller:
-addParticipant
-removeParticipant
-modifyParticipant
-filterbyprice
-filterbyname
Participant:
-get_given_name
-get_family_name
-get_score
-distruge_participant
ParticipantRepo:
-distrugeRepo
-save
-getNrParticipants
VectorDinamic:
-distruge
-resize
-add
-get
-getNrElemente
Participant:
-createParticipant
-copyParticipant
Please detail
Is the application correctly
layered?
Please detail
Does
the
application The application correctly allocate and deallocate memory for
handle memory correctly each participant or dinamic vector.
(all memory is deallocated,
no dangling pointers etc.).
Please detail
List those functions that are unclear to you (you
dont understand their role
or how they work usually
a sign of bad design).
List the problems present There was a problem with filterbyname and undo functions
in the reviewed application which was corrected in approximately half an hour.
and indicate the number of
man-hours you require for
fixing them.