We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db88d80 commit a5ad1d1Copy full SHA for a5ad1d1
LLMS.md
@@ -70,6 +70,10 @@ superset/
70
- **New files require ASF license headers** - When creating new code files, include the standard Apache Software Foundation license header
71
- **LLM instruction files are excluded** - Files like LLMS.md, CLAUDE.md, etc. are in `.rat-excludes` to avoid header token overhead
72
73
+### Code Comments
74
+- **Avoid time-specific language** - Don't use words like "now", "currently", "today" in code comments as they become outdated
75
+- **Write timeless comments** - Comments should remain accurate regardless of when they're read
76
+
77
## Documentation Requirements
78
79
- **docs/**: Update for any user-facing changes
0 commit comments