Devioryx / OOPGr1

Repo to share code
0 stars 0 forks source link

don't throw here #6

Open dimbata23 opened 2 months ago

dimbata23 commented 2 months ago

https://github.com/Devioryx/OOPGr1/blob/5f50611104de376bf4dad71e18cf6bc07a7149f5/Practicum/Team.cpp#L79

Please, don't throw exceptions when you can just return false...

Devioryx commented 2 months ago

Was using recursion on start, so couldn't simply return. Also the first implementation was incorrect, Svilen helped me come to a working one. Fixed