How to structure interfaces and their implementations
Hi,
Which project structure is more common? Or is there any other used in practice?
1
2.
4 Replies
Assuming you even need interfaces there, I prefer the latter
Second one is better
Thank you, I will migrate to the 2 :)) I had a feeling my choice was not the best
How should I name the folder in which I group the interface and implementation? For example:
UserRepository
and IUserRepository
, how should I name the parent folder?The former
That is what's important about it after all