Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Right, Not sure why but a lot of code which claude generates also comes with local dependencies vs globally declared import statements. Don't promote that pattern because

- It reduces visibility into a module’s dependencies.

- It increases the risk of introducing circular dependencies later on.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: