Commit Graph
4 Commits
Author SHA1 Message Date
Axel Uhl cfa5cf505c more instructions for Claude Code in CLAUDE.md 2026-08-27 10:41:52 +02:00
Axel Uhl 113eac3cca hint for Claude/Copilot to add "Assisted-By: " to commit messages 2026-08-18 17:46:01 +02:00
Axel Uhl 45077d6741 added hint regarding Claude Code web search 2026-04-09 10:08:14 +02:00
Axel Uhl f780770849 bug6214: Apply project coding style preferences
Added CLAUDE.md to document coding style:
- Use final declarations where possible
- No early returns (avoid guard clauses)
- No extra empty lines in method bodies

Applied style fixes to LeaderboardPanel:
- Removed early return in selectionChangeHandler, inverted condition instead
- Added final to all local variables and parameters
- Removed extra empty line in addedToSelection/removedFromSelection
- Moved guard flag setting inside condition in updateSelection to avoid unnecessary flag toggling
2026-03-25 11:10:07 +01:00