Finished implementation of game basis#128
Conversation
There was a problem hiding this comment.
Review for Mohamed Asas
By Jakub Sliwinski 28986939
Code compiles and runs to some expectation
Well structured and implemented error handling of erroneous inputs, such as empty inv
Great use of switch cases
Evidence of:
Classes & objects
Evident throughout the program, Player class, Room class, or player and currentRoom objects
Encapsulation
Also evident in certain parts of the code, such as, private fields, player currentRoom
Exception handling
Some error handling evident, such as bypassing erroneous inputs with logic,
Overall, there is some room for improvement,
some recommended additions, could be,
encapsulate more, certain parts contained public fields,
could make use more use of exception handling, such as exception catching,
could include lists of items and descriptions to make use of
Review for Mohamed Asasby Will Anderson 29291126RequirementsYour code meets all the requirements Readability and style guidelinesThe code's readability is good - well formatted with clear and concise naming of objects, methods, variables, etc. Error handlingThere's also good handling of multiple different kinds of errors throughout the code. ImprovementsUsing a multiple line string with |
No description provided.