Fast Apply definitely helps with keeping flow state and is a large part of Cursor's success
Personally I work on multiple repos at a time to solve for this
Personally I work on multiple repos at a time to solve for this
- Multiple repos or independent changes in monorepo
- First round of changes idgaf about anything beyond public interface and unit tests
- I review public interface and make changes if needed
- I review unit tests it wrote to see that at least from the outside it looks alright.
- here I either:
- make more unit tests (features, edge cases and make it write code for it)
- polish what it generate