|
|
|
|
|
by mtrovo
46 days ago
|
|
Most of the issues are around code hygiene rather than just LLM code being bad. You're creating code 10x faster, but you're also writing unit tests 10x faster, not just that but integration tests, CICD workflows, prod monitoring, product and engineering documentation, etc. It was already the way to get good code quality before, nowadays I think it's just reckless to generate code that's not backed by 100% test coverage and pass all lints and static checks configured. |
|
The quality gates are up to you, and if you are smart you will make a lot of them and review them closely