-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/on error #2
Conversation
AI-Generated Summary: This pull request includes updates across various files in the codebase, focusing mainly on improving error handling, adding null/undefined checks, and refining return types for functions. Major changes include the introduction of an |
Thank you @zbeyens for this first contribution! |
Reviewpad Report
|
AI-Generated Summary: This pull request introduces numerous changes to the codebase, mainly focusing on improved error handling, handling of edge cases, and code robustness. These changes span across multiple files and include the addition of checks for null or undefined values, updates to method return types, and the implementation of a new ErrorLogger module. Additionally, error handling and reporting have been updated to use the |
AI-Generated Summary: This pull request introduces various modifications across several files primarily aimed at improving robustness, readability, and error handling. The changes include adding extra condition checks for potential null or undefined variables, updating return types of some methods to include "| undefined", replacing instances of throwing errors with using the |
No description provided.