the-algorithm-ml
the-algorithm-ml copied to clipboard
use else blocks
- [ ] Use try, except and else block
- [ ] When the try block doesn't raise an exception, the else block runs
- [ ] Better for isolation potential exception