mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-09-12 19:51:00 +05:00
326 B
326 B
Code style
- Don't write comments that restate what the code already says.
- Comment only the "why" when something isn't obvious: workarounds, counterintuitive decisions, constraints from an external API.
- No section-divider comments like
// --- Helpers ---. - Don't leave comments describing the change you just made.