Y
Hacker News
new
|
ask
|
show
|
jobs
by
masklinn
458 days ago
Although that is true, the author has expounded at lengths on the unsuitability of RAII
to the C programming langage
, and as a big fan of RAII the explanations were convincing.
1 comments
Dwedit
458 days ago
Even Zig which is extremely against "Hidden control flow" (so no operator overloading, etc.) added in the "defer" feature.
link