We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To unify naming and improve learning curve for beginners, I suggest to modify projects as follows:
HonzaBotner
HonzaBotner.Database
HonzaBotner.Discord
HonzaBotner.Discord.Contract
HonzaBotner.Discord.Services
HonzaBotner.Services
HonzaBotner.Services.Contract
HonzaBotner.Services.Test
Aka each "layer" would have the name + name.Contract +? name.Test. Easy, simple, beautiful.
Discuss.
The text was updated successfully, but these errors were encountered:
Or we can merge impl, contracts, and tests to one project similar to https://github.com/dotnet/aspnetcore/tree/main/src/Localization to emphasize its one package?
Sorry, something went wrong.
No branches or pull requests
To unify naming and improve learning curve for beginners, I suggest to modify projects as follows:
HonzaBotner
HonzaBotner.Database
HonzaBotner.Discord
->HonzaBotner.Discord.Contract
HonzaBotner.Discord.Services
->HonzaBotner.Discord
HonzaBotner.Services
HonzaBotner.Services.Contract
HonzaBotner.Services.Test
Aka each "layer" would have the name + name.Contract +? name.Test. Easy, simple, beautiful.
Discuss.
The text was updated successfully, but these errors were encountered: