C
C#8mo ago
Sander

Is this a good way to structure a project?

if not, what would be a reccomended approach?
No description
6 Replies
Pobiega
Pobiega8mo ago
I personally dislike grouping things by "what they are", instead preferring "what feature they relate to"
Esa
Esa8mo ago
this is by and large an opinion-based question. But I tend to prefer something similar, where i largely separate by what role they have. So i often have Services, Integrations, Data, Controllers as my main four. @Pobiega could you elaborate a bit on your line of thinking here? im interested in hearing other approaches I always put extensions and config in the namespaces they belong to though, instead of in an anonymous extensions namespace.
Joschi
Joschi8mo ago
He is probably referring to something like $vsa where you group all the things needed for a feature into one folder
Pobiega
Pobiega8mo ago
That is exactly what I'm talking about, yes.
Sander
SanderOP8mo ago
seems a little complex for my 2-day project i think i will just put everything in the same project and keep it simple and have a repositories folder, a data folder, services folder and a results folder where i will keep all my result classes
Want results from more Discord servers?
Add your server