Hacker News new | ask | show | jobs
by erdeszt 1851 days ago
I kinda like that `defer` is very visible. Although I haven't worked on large Zig codebases so I don't know how that scales.
1 comments

`defer` does not allow passing ownership so it limits your designs quite significantly.