(Suggestion)Sub project defragmentation
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 7.8k
- Forks
- 1.2k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 49
Description
Is your feature request related to a problem? Please describe.
I cloned stride repo and looking around for a while to understand stride structure.
I was overwhelmed. There are a huge number of projects(csproj) in stride.
Describe the solution you'd like
I think most of them are awesome and pretty well organized.
But, I just want to suggest just one thing. => "Merge into small number of projects(csproj)"
Currently, more than 100 projects(csproj) exist in stride, and many projects have a too small number of code files.
Considering runtime dependency, that's too many numbers.
In my opinion, it makes build management worse, and a few people could handle the build and deploy process.
To promote many developers' contributions, stride's c# projects need to be merged.
If so, many developers would understand code more easily and then more contribute.
(Edit)I attach a good article to make it more clear and to prevent misunderstand because of my poor English.
https://stackoverflow.com/a/3618989/14519014
Thanks.
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
Start by mapping Stride’s more than 100 .csproj files and their runtime dependencies, then review how the build and deployment process is managed. Identify a smaller project structure that preserves organization and dependencies, and validate that the proposed merges work across build and deployment.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- build-system, developer-experience
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100