Docs
Pricing
Explore
Search...
⌘
K
Log in
Sign up
Toggle menu
Home
niklas-joh
coding-rules
public
Published on 5/6/2025
Java Rules
Rules
Star
0
Remix
Add block
Preview
YAML
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.