|
|
|
|
|
by cogman10
175 days ago
|
|
For GCed languages, I think finalizers are a mistake. They only serve to make it harder to reason about the code while masking problems. They also have negative impacts on GC performance. Java is actively removing it's finalizers. |
|