Problem
Much of our error handling should cover cases where unexpected issues arise. We currently do not have a testing suite to verify that, when we assign something to a value (especially in our class constructor), that the value is assigned.
Solution
Rather than include that as error handling, a testing battery would be an excellent way of verifying that the right values are being assigned to the right places at the right times.
Additional information
No response
👨👧👦 Contributing
Problem
Much of our error handling should cover cases where unexpected issues arise. We currently do not have a testing suite to verify that, when we assign something to a value (especially in our class constructor), that the value is assigned.
Solution
Rather than include that as error handling, a testing battery would be an excellent way of verifying that the right values are being assigned to the right places at the right times.
Additional information
No response
👨👧👦 Contributing