zlacker

[parent] [thread] 0 comments
1. lubuja+(OP)[view] [source] 2025-06-03 20:22:08
I use Cursor with Python and it works great. Things you should try:

  * use type hints everywhere.
  * use dataclasses everywhere.
  * add the dataclass files to your prompt.
  * if the produced code is too complex, ask the LLM "Is this the simplest and cleanest way to solve this?"
[go to top]