Pokedex5E
Pokedex5E copied to clipboard
Consider if we should remove asserts in the code
If we hit an assert the app stops working, is this really what we want in all the cases we have asserts? Or should we log the error and just handle it?