ChilliCream / ChilliCream/graphql-platform
Strawberry Shake: Can we get generated code without underscores?
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 5.8k
- Forks
- 810
- Avg merge
- 15h 39m
- Merged PRs (30d)
- 98
Description
Is your feature request related to a problem?
Underscores in the names of the classes generated by Strawberry Shake end up adding quite a lot of bulk, and also go against our coding style.
The solution you'd like
Would love to see the ability to configure the code generator to not emit underscores in any class/interface/enum/etc... names.
Product
Strawberry Shake
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or configuration entry point. Start by locating Strawberry Shake's code generator and its configuration model, then trace how class, interface, and enum names are formed. Done means an opt-in setting removes underscores consistently from generated names and is covered for the affected generated types.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, graphql
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100