Annadhm A3#43
Conversation
|
The code worked in my test and the output matches the assignment requirements. One small improvement could be to make the README examples a bit more concrete by showing one or two actual expected outputs directly there as well. One question or edge case to consider: what should happen if -d is used on an input file that does not actually contain a diagonal block? ++ Top-tier error message game!! :) |
|
Thank you Anes, I reviewed my code and README after your suggestions. The -d flag handling was a good point. I didn't thought about it because my code didn't throw an error at this point. Thank you :) |
Please review :)