Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 258 Bytes

File metadata and controls

7 lines (5 loc) · 258 Bytes

Repository guidelines

Coding approach

  • Do not preserve backward compatibility.
  • Choose the simplest implementation that fully meets the current requirements.
  • Prefer established, well-maintained libraries over custom implementations when possible.