Just wow! With the right graph information exported by Argus, you can get coding agents to suggest optimizations for your graph:
https://github.com/tuist/argus/releases/tag/0.4.0
#xcode #iOSDev
Just wow! With the right graph information exported by Argus, you can get coding agents to suggest optimizations for your graph:
https://github.com/tuist/argus/releases/tag/0.4.0
#xcode #iOSDev
@pedro Wow. This is incredible. argus just found 60 implicit dependencies in our large project which I automated fixing by the agent as well (had to fix many, but still saved me a lot of time).
The ones left are interesting. We follow a common pattern that I saw first used by @pointfreeco couple years ago. All our app target dependencies are added through a local Dependencies package for easier source control tracking and code reviewing. All of them are considered implicit though. Is that bad?