6 lines
313 B
Plaintext
6 lines
313 B
Plaintext
---
|
|
description: Ensures helpful comments are added to the code and that old, relevant comments are preserved.
|
|
globs: **/*.*
|
|
---
|
|
- Always add helpful comments to the code explaining what you are doing.
|
|
- Never delete old comments, unless they are no longer relevant because the code has been rewritten or deleted. |