Hi, I am wondering if you have best practices on using Cursor or github copilot to investigate codes / bugs / and ramp up on a certain process.
I have been learning codebase by making and breaking things to understand. But I was wondering if there are better practices using AI to do all these triages / investigations.
Thank you
AI is getting increasingly good at understanding codebases now thanks to large context windows. Here are my suggestions:
https://docs.cursor.com/context/@-symbols/@-git
https://docs.cursor.com/guides/working-with-context (this is gold)
https://x.com/gdb/status/1878489681702310392 (how to write a prompt)
Sai gave a bunch of really great tactical advice. Mine is more high-level:
Here's another good thread: "How to optimally use GenAI to leverage my coding prowess and become a better software engineer?"