ItaM
What are you guys take in SOLID?
You mean breaking up those services isnt really SOLID?
Lets say that we have an interface where we have 3 methods
And we call that interface but we are only using one of the three methods, doesnt that violates the interface segregation principle?
I know if I break up my application in services that are 100% used I will have a bunch of services and will end up being very cumbersome
13 replies
❔ Cloduinary API in .NET, something similar to .UploadRange?
So there are a total of three o(n) complexity operations there.
* the foreach for every image upload
* the .Select for mapping the image to an imageDto
* and the .AddRange of the imageDto collection that I return
15 replies