C# Creating A Error Checking Class?
- by Soo
Hi StackOverflow,
I'm very new to OOP, and in the program I'm working on, I have an Utilities class that contains some general methods. Should I include my error checking in the Utilities class or should I create a new class just for error checking?