Skip to content

Commit

Permalink
Update code.md
Browse files Browse the repository at this point in the history
  • Loading branch information
falOn-Dev committed Jun 14, 2024
1 parent eb349b1 commit 684a7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/development-practices/code.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ when writing code on our team.
### Subsystem Structure

- **Properties and Methods**:
- Place property-based data access (e.g., `get()` methods for small pieces of info) under normal properties but
- Place property-based data access (e.g., `get()` methods for small pieces of info) after init blocks and constructors but
above methods.
- Organize methods by functionality, grouping related methods together (e.g., all driving-related methods in one
group).
Expand Down

0 comments on commit 684a7bc

Please sign in to comment.