|
|
|
|
|
by notacoward
2633 days ago
|
|
You're pretty quick to assume I don't. Believe me, I understand. I just don't agree that it's a good idea to mix up object lifetimes and execution context by using destructors to "magically" release locks etc. It never was. The mistakes were made years ago. I'm not quick to judge (in this case). I'm judging after careful consideration, because I know the difference between good and bad patterns. The ones being hasty are those who mistake their own comfort level with something (often because they know nothing else) for actual merit. |
|
Replacing it with defer or GC will surely break existing programs.
It would make sense ONLY if you want to have a new language.