Hey guys,
I have some questions about codeing for the asignment.
1.) Do you think al lot of boilerplate code affects the score, since it could be interpreted as unecessary nesting depth increasement?
2.) All this Exception handling seems to be poluting methods and constructors signatures. For example, the constructor for my hotel room DTO:
Since there is a lot of parsing from strings a lot can go wrong. Are all those exceptions an overkill?
Any help will be appreciated
