| ▲ | theshrike79 4 days ago | |
> Split your coding in two: The part that gets done quick, and the part where you personally care about every line of code. > This was always a problem with commercial programming for me: Employer only cares that it gets done, I care that it's good. The tension is necessary. Use AI-assisted coding to MVP or vertical slice or however you want to call it. Prove that it works and is doable. Now you have baseline to start editing from, rewrite every single line, even the ones with just a single { if that's how you roll. Or read it and ship it as is. Maybe adjust the agent's instructions and the project linters/formatters to match your specific style better. | ||