▲ | LinuxAmbulance 4 days ago | |||||||
I think the majority of coders out there write the same CRUD app over and over again in different flavors. That's what the majority of businesses seem to pay for. If a business needs the equivalent of a Toyota Corolla, why be upset about the factory workers making the millionth Toyota Corolla? | ||||||||
▲ | shafyy 4 days ago | parent [-] | |||||||
> I think the majority of coders out there write the same CRUD app over and over again in different flavors In my experience, that's not entirely true. Sure, a lot of app are CRUD apps, but they are not the same. The spice lies in the business logic, not in programming the CRUD operations. And then of course, scaling, performance, security, organization, etc etc. | ||||||||
|