#control-flow

[ follow ]
#python
fromMedium
1 month ago

Exceptions are not free

Creating exceptions can quietly hurt your performance. Many use exceptions as a control flow tool, which helps keep the happy path clean and move error handling where it fits better.
Scala
[ Load more ]