Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Description
It would be helpful to have a way to simplify the litteral declaration for namespace, resources and verb that are the same string repeated over and over again. It would be better to have them defined in a single package called names and then import the related variables as needed.
This would optimize the binary that would not need to repeat the same litteral again and again.
How I imagine scw could expose this functionality
References
Community Note
Description
It would be helpful to have a way to simplify the litteral declaration for namespace, resources and verb that are the same string repeated over and over again. It would be better to have them defined in a single package called names and then import the related variables as needed.
This would optimize the binary that would not need to repeat the same litteral again and again.
How I imagine scw could expose this functionality
References