Next Previous Up Top Contents Index

2.5.3 Writing finalizers

2.5.3.4 Singleton finalizers

Do not write singleton methods on finalize. The singleton method itself would refer to the object, and hence prevent it from becoming unreachable.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index