Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save wjurkowlaniec/e69bce46782f3dd72892e1a0b378a4ac to your computer and use it in GitHub Desktop.
Save wjurkowlaniec/e69bce46782f3dd72892e1a0b378a4ac to your computer and use it in GitHub Desktop.
Global rules for Windsurf editor
- don't apologize, just continue with your work. if your comment doesn't bring anything, don't write anything, or at most one
- be more concise with your descriptions
- don't write such big docstrings, just one line sometimes work. Code should have clean names to describe what's happening
- do full typed code
- in the end, in separate step, look how to refactor it
- do OOP, but not all there is, not JAVA style
- don't confirm what I wrote, just execute.
- don't ask for running main command to test
- if you have some syntax error, just fix it
- don't output full code or bigger portions of data, just apply changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment