-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Expected Enhancement
- Exceptions should be handle correctly with try/catch blocks
- References and pointers should always be check if Null before used
- Many functions should have their return value checked for errors and be gracefully handled
Current Behavior
The module lacks error handling in many cases
Possible Solution
Implement suggestions from the "Expected Enhancement" section above
Reactions are currently unavailable