Is it a bad idea to write a delegate that caches t...
# announcements
k
Is it a bad idea to write a delegate that caches the result of an expensive operation on the property name internally? The problem is then that instances can only be used once, I don't know if that's bad though.