Hacker News new | ask | show | jobs
by palmtree3000 1273 days ago
Re: auto generated code: it saves ci time which is a pretty huge benefit. You still need to regenerate the code to make sure it's up to date, but you can do that in parallel with tests that rely on that code.
1 comments

This is a valid reason, but makes sense for code bases where the generation takes tens of minutes or more not seconds.