https://discord.umbraco.com logo
Yeah, I'm not there yet. I let it do almost anythi...
# package-development
l
Yeah, I'm not there yet. I let it do almost anything, and I'm pretty happy with the results, but as long as I spot things I don't like and things I feel it should have know, I don't want that in my production projects that need years of support. And like I said, sometimes it's also just simply because I didn't specify it correctly beforehand and I find out by looking at the code. For instance, I always want to use entity framework for Umbraco packages to make sure we're ready for the future. But I didn't specify and it created either direct database queries or using the NPoco abstractions. Not technically wrong and it probably would have worked, but at that point I feel like we should change this right away and not somewhere in the future when it stops working. But for a POC, of a small quick side project...yeah I couldn't care less as long as it works 😄
2 Views