niklas-joh/coding-rules icon
public
Published on 5/6/2025
Java Rules

Rules
  • Follow best git practices, including git messages, branches, issues, features
  • Follow best coding practices, keeping code modular, maintainable, separation of responsibilities, and extensible.
  • Add detailed docStrings inline in the code.