Skip to content
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

Simplify type usage and eliminate the TryFrom overhead in the "sources" Module #217

Open
fabriziosestito opened this issue Dec 17, 2024 · 0 comments

Comments

@fabriziosestito
Copy link
Contributor

The "sources" module has multiple types created without constructors, relying instead on TryFrom for initialization. This approach unnecessarily complicates the code and reduces readability. The goal is to streamline type creation by introducing proper constructors and removing the overuse of TryFrom, making the module cleaner and easier to maintain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants