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

Setup repository and add first utility classes #1

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

neoscie
Copy link
Contributor

@neoscie neoscie commented Dec 5, 2024

No description provided.

Copy link

@neotrow neotrow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@drebrez
@neoscie

please discuss how we want to decide if it should be an extension method or not.
One approach might be: Primitive types should not be extended but everything else should be written as extension methods.

@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Neolution AG
Copyright (c) 2022 Neolution AG
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2025 now 😉

@drebrez
Copy link
Collaborator

drebrez commented Jan 7, 2025

@drebrez @neoscie

please discuss how we want to decide if it should be an extension method or not. One approach might be: Primitive types should not be extended but everything else should be written as extension methods.

I would suggest to split this PR into multiple, only leave here the project setup stuff and maybe one single utility method (a simple one that doesn't need discussion) and then add the others in multiple PR so we can discuss each case without blocking the rest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants