Rust vs Python: Error Handling Showdown

preview_player
Показать описание


#arjancodes #softwaredesign #python
Рекомендации по теме
Комментарии
Автор

Check the related link for a full video on this topic!

ArjanCodes
Автор

rust's error handling is just superior. you don't need to read documentation in order to find out you haven't handled all the possible errors, you'll know if something can return an error or not. right away. you can write code with much more confidence thanks to this.

betterinbooks
Автор

There is now the result package in pypi that allows for rust like error handling. It might not be standard, but sometimes it's very useful.

drvanon
Автор

Down the line a video on the anyhow crate would be great!

austinraney
Автор

Why is the rust content? DO you have GILt? Do you develop now GILt-free? ;-) :-)

zbaktube