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

feat: controller/routes macro v2 #70

Merged
merged 3 commits into from
Dec 25, 2023

Conversation

elcharitas
Copy link
Member

@elcharitas elcharitas commented Dec 25, 2023

After many months of investigation, I finally figured out how to improve the DX of controller registration.

This PR includes work for this with the introduction of a new routes macro which should only be used once per controller impl. Any attempt to make use of this macro on more than one impl would result in an error.

There's still a couple of things missing and those would be attended to with time

@elcharitas elcharitas merged commit 16fd433 into dev Dec 25, 2023
4 checks passed
@elcharitas elcharitas deleted the feat/further-improvementsto-controller-macro branch December 25, 2023 11:59
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.

1 participant