C++ Is Not So Bad
For as much shit as I like to talk about C++, I sure can get a lot done quite efficiently in it.
I read an interview with Bjarne a while back and he said C++’s
most important feature was destructors. After thinking about it,
yeah, they are pretty awesome and I’ve been using the
with statement for the same tightly scoped data
lifetime in Python.