C
C#Maskoe

❔ Rapid prototyping

Do you feel there is such a thing as rapid prototyping or mvp development where you do things different than at work? I've been trying a couple of my own things lately and been cutting corners to just get the absolute minimum up and running. Stuff like returning ef core entities directly instead of dto's / response models. But I run into issues sooo fast, making me go back to dedicated response models within like the first 20 hours. Yea i can stop the serialization loops with a line of code. Yea I can ignore the silly swagger definitions it leads to, I know the models after all, i just made them up yesterday. I feel like it actually slowed me down overall. Yea I feel silly for 2 minutes literally copy pasting the entity class to new class, removing 3 properties and returning that one, but I know it wont stay that way. It never does. I also have a feeling that if there was actually something that would make development faster, no matter the tradeoffs. We would all be doing it at work...
A
Accord414d ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.