docs(guidelines/development): remove faul language
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
light7734 2025-11-22 12:08:34 +03:30
parent 19187aa1d6
commit d5e1ab5938
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -37,7 +37,7 @@ A cycle is one **step** in development, one cycle = one ticket, and it consists
- Preferably write the tests first, but it's okay to start with the interface. - Preferably write the tests first, but it's okay to start with the interface.
- Tests may not be necessary depending on the requirements and commit type. - Tests may not be necessary depending on the requirements and commit type.
- "Make it work" doesn't mean liberally producing shit code, you should: - "Make it work" doesn't mean liberally producing substandard code, you should:
- Follow project's **conventions**. - Follow project's **conventions**.
- Follow **best practices** and **proven swe principles**. - Follow **best practices** and **proven swe principles**.
- Enable **warnings as errors**. - Enable **warnings as errors**.