From d5e1ab593843a36a57085e96f3e8c0513af30dd5 Mon Sep 17 00:00:00 2001 From: light7734 Date: Sat, 22 Nov 2025 12:08:34 +0330 Subject: [PATCH] docs(guidelines/development): remove faul language --- docs/guidelines/development.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidelines/development.rst b/docs/guidelines/development.rst index ee2cc41..6880c3c 100644 --- a/docs/guidelines/development.rst +++ b/docs/guidelines/development.rst @@ -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. - 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 **best practices** and **proven swe principles**. - Enable **warnings as errors**.