rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
8.11k stars 375 forks source link

RAII: stands for "Resource Acquisition is Initialisation" #80

Closed xakon closed 5 years ago

xakon commented 5 years ago

Unfortunately, the name is even more terrible than initially was thought!

nrc commented 5 years ago

Thanks!