logoalt Hacker News

anematodeyesterday at 8:12 PM2 repliesview on HN

Does this not indicate that the project might not be structured in an appropriate way that allows incrementally adding features?


Replies

layer8yesterday at 8:32 PM

In general, sooner or later you need to restructure one thing or another when requirements are changing. Good code lets you reason about a refactoring, and experience tells you when it is necessary or appropriate. Coding agents aren’t very good at the latter.

mohsen1yesterday at 8:27 PM

the setup is solid. there are thousands of tests and CI won't let things to merge if tests are failing.

But overall, this is pretty normal for compilers to have this sort of "unexpected" tests failing due to some work in an area. It happened to me when I was coding everything manually back in the day too

show 1 reply