|
|
|
|
|
by tored
1770 days ago
|
|
I agree with the author that errdefer seems like the winning feature of zig. Proper error handling is the most important part of any language or system. Unfortunately most common languages does not prioritize this. As a contractor I have dug myself thru a lot of awful code in different languages and the most common denominator is improper error handling. |
|