forgot the 100daystooffload tag
This commit is contained in:
parent
2b837a207d
commit
59e935ce75
|
@ -8,6 +8,9 @@ tags:
|
|||
- rust
|
||||
---
|
||||
|
||||
> This post is day 12 of me taking part in the
|
||||
> [#100DaysToOffload](https://100daystooffload.com/) challenge.
|
||||
|
||||
Rust uses a pretty interesting way to deal with errors. Languages like Python
|
||||
and JavaScript allow you to throw errors completely unchecked. C does error
|
||||
handling through the `errno` which is also completely unchecked and not enforced
|
||||
|
|
Loading…
Reference in a new issue