Created
April 9, 2025 21:24
-
-
Save wjurkowlaniec/e69bce46782f3dd72892e1a0b378a4ac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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