Tip for those who code with Cursor Composer:
BUILD TESTS (or let Composer build them for you)! π οΈ We all hate tests, but they're lifesavers! π Especially with AI changing things rapidly, tests let you easily roll back. π―
Every time I add a feature I finish my prompt withπ
BUILD TESTS (or let Composer build them for you)! π οΈ We all hate tests, but they're lifesavers! π Especially with AI changing things rapidly, tests let you easily roll back. π―
Every time I add a feature I finish my prompt withπ
Comments
#CursorComposer #CodingTips #SoftwareTesting #AI #DevTips
"The [@file] component needs to be split into smaller files similar to [@another-file], and we should add tests in [@wherever]"
I have been putting the files into the context and writing like:
"The https://utils.py needs to be split into smaller files..."
Sometimes it does not work properly... Using @ should help!! Thank you! I learned something new today