Hi all,
I would like to pose a question about developing and using attribute classes in your code.
I'm quite a newbie in developing attribute classes (it is an uncharted territory on my book!), and was thinking of creating an attribute class that will handle exceptions in methods instead of coding a try/catch() method in each method or class I create.
What would be the pros and cons of developing/using attributes in your classes? Would it be ideal to do use attributes in handling exceptions in your code?
Thanks a million!
Cheers, Ann