|
|
|
|
|
by mort96
1359 days ago
|
|
I always found languages which require you to always remember to manually call destructors to be quite hard, be they C or Go or JavaScript, when the system has lots of moving parts and performance is a concern. A single mistake and you're leaking. |
|
I thought JacaScript doesn’t have destructors (in the memory/resource management sense) or finalizers…