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

refactor: Remove unnecessary generic type arguments #1599

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

provokateurin
Copy link
Member

Much cleaner code by omitting all the unnecessary generic type arguments.
In the Blocs I found a bunch of places where the subjects were not final, I fixed that too (I could extract it if really necessary).
I used the following regex to find all the potential places: [A-Z]+[A-Za-z]*<.*>(\(|\.) (notice the leading space; this also finds a bunch of false-positives and in a few places the generics are still needed).

@provokateurin provokateurin force-pushed the refactor/remove-unnecessary-generics branch 2 times, most recently from d4bc670 to 33ba9fa Compare February 13, 2024 21:19
@provokateurin provokateurin force-pushed the refactor/neon_framework/make-appimplementations-set branch from 200c8c2 to a70b125 Compare February 14, 2024 07:23
Base automatically changed from refactor/neon_framework/make-appimplementations-set to main February 14, 2024 07:31
@provokateurin provokateurin force-pushed the refactor/remove-unnecessary-generics branch from 33ba9fa to a9fda7b Compare February 14, 2024 17:41
Copy link
Member

@Leptopoda Leptopoda left a comment

Choose a reason for hiding this comment

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

Other than this LGTM

Signed-off-by: provokateurin <kate@provokateurin.de>
@provokateurin provokateurin force-pushed the refactor/remove-unnecessary-generics branch from a9fda7b to bab0ed2 Compare February 15, 2024 07:08
@provokateurin provokateurin merged commit cc3de04 into main Feb 15, 2024
8 checks passed
@provokateurin provokateurin deleted the refactor/remove-unnecessary-generics branch February 15, 2024 07:16
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.

2 participants