Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 295 Bytes

File metadata and controls

18 lines (12 loc) · 295 Bytes

Contributing

Principles

  • Preserve determinism.
  • No external dependencies.
  • No automatic timestamps.
  • Maintain backward compatibility in minor versions.

Code Style

  • Java 17
  • Explicit imports
  • Immutable data where possible

Tests

All new features must include JUnit 5 tests.