Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 225 Bytes

File metadata and controls

11 lines (6 loc) · 225 Bytes

Coding Guidelines

Follow PSR-12 coding standards

Keep implementations simple and performance-focused

Avoid unnecessary abstractions

Do not introduce avoidable runtime overhead

Add or update tests when modifying behavior