FraznoFire
Explore posts from serversNaming factories “class”factory always a good idea?
It is purely to create objects that implement that interface, but I thought it might give more of a clue as to its purpose by saying it’s specifically to resolve/identify the specific implementation required for a given device, not a general purpose way to implement IVendorThing
10 replies
Return Value on Entity Modification
Come to think of it, would it be better to write the property modification code into the “get/set” methods of the property? Or at least in the class itself? That way nothing in the code base can incorrectly modify the values outside of business logic?
7 replies
CDCloudflare Developers
•Created by FraznoFire on 8/14/2024 in #general-help
Leaving website in "Pending" for too long
Ah perfect, thanks!
6 replies
Best practice for Database EF Migrations (Auto v Manual)
aah but now I'm worried about using bundles, the Microsoft documentation mentions that the sql script means you can visually inspect what it will do so there's (hopefully) no unexpected surprises. Not sure if it is possible to get that level of transparency from the bundle
27 replies