From: <QUA...@ao...> - 2002-11-02 00:28:14
|
I'd go with the get/set methods for properties. True, it's little more work at the start, but once the intital class is written, it will be a trivial task to add a new preference. This design is also less susceptable to race conditions, if at some point down the road, multiple threads are accessing preferences. I'll add this to the TODO list, which should be added to the P2PIM website in the next couple of days. -Ryan |