Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 503 Bytes

code-guide.rst

File metadata and controls

13 lines (9 loc) · 503 Bytes

Coding guidelines

Any code for Weblate should be written with Security by Design Principles in mind.

Any code should come with documentation explaining the behavior. Don't forget documenting methods, complex code blocks, or user visible features.

Any new code should utilize 484 type hints. We're not checking this in our CI yet as existing code does not yet include them.