Philip
Philip
CC#
Created by SpReeD on 6/3/2024 in #help
✅ Blazor and Javascript loading
My best guess is that you’ve fallen into the trap of choosing Per/component when creating the project, right? - Do you have a GitHub repo for me to take a look, I’ll happily try and see if I can find out some more.
11 replies
CC#
Created by ItaM on 5/20/2024 in #help
What are you guys take in SOLID?
You are not asking different questions at all, and you clearly have understood the SOLID principles, whenever you’ve read about them. Your concern is absolutely right, since you would technically need to split up all classes, interfaces, methods, etc. in ridiculous ways in the name of “doing one thing” and “SOLID” design. However, that’s a very dubious way to write an application, as it will only introduce complexity and technical debt. I personally only make use of OCP, LSP, and DIP (my favourite). The other ones are ways to make a lot of nuisance for yourself.
13 replies