Anonymous View
Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 421 Bytes

File metadata and controls

6 lines (5 loc) · 421 Bytes

Project rules

  • Never use emojis anywhere: code, comments, log messages, strings, documentation.
  • Never add Co-Authored-By or any AI attribution to commit messages.
  • Limit comments to a strict minimum. Almost never add comments, except on non-trivial code, non-self-explanatory function arguments, and class definitions.
  • Do not remove existing comments unless they are directly related to what you are changing.