I have few sticks in the sand in my thinking framework: * writing code has always been the easiest part of building software, deciding what to do and what not to do is something else that takes forever sometimes * there are several open source projects that can replace commercial SaaS and still people prefer to purchase commercial SaaS. These are available immediately, deployed immediately etc etc. * along the same l…
> writing code has always been the easiest part Let me provide some possible evidence against this: so many teams are desperate to rewrite their codebase but struggle to actually do so. And when they finally make the leap, it takes them 5x as long as they had hoped. Then sometimes the new code isn't even any easier than the old code. I personally find writing code to be a huge time suck and I'm very happy that AI hel…
It's business logic, edge cases and other small necessary details that accumulated over time which make the code 'messy'. Once you've integrated all those in the new system, it likely looks equally messy. And discovering and implementing all those extra requirements is probably what took you the longest.
Not to say this applies to all re-writes or that AI tools can't help the process