Skip to content

Files

Latest commit

 

History

History
17 lines (9 loc) · 659 Bytes

sort-modules.md

File metadata and controls

17 lines (9 loc) · 659 Bytes

Pattern: Unsorted module members

Issue: -

Description

Enforce sorted module members.

Organizing module members in a consistent order improves both readability and maintainability.

This rule helps developers quickly locate module members and understand the overall structure of your file.

By sorting module members systematically, confusion is minimized, and the code becomes more intuitive to navigate. This practice not only aids in individual productivity but also enhances team collaboration by establishing clear and predictable coding standards.

Further Reading