Y
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
Glavnokoman
1845 days ago
`defer` does not allow passing ownership so it limits your designs quite significantly.
link