| Article: |
Seven Low-Cost Ways to Improve Legacy Code | |
| Subject: | Replace Listeners with Weak Listeners | |
| Date: | 2004-05-06 01:16:20 | |
| From: | ipreuss | |
|
This one can also easily introduce bugs. Consider the following common idiom:
|
||
Showing messages 1 through 1 of 1.
-
Replace Listeners with Weak Listeners
2004-05-07 15:09:21 Robert Simmons, Jr. |
[View]



Second of all, creating objects that you have no direct reference to is an iffy thing at best. This type of code is very prone to memory leaks.