From 0441c77be3b067e358cf656626779e49ba2d9ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdurrahman=20Ayy=C4=B1ld=C4=B1z?= <ayyildizabdurrahman@gmail.com> Date: Tue, 30 Aug 2022 00:42:14 +0300 Subject: [PATCH] Update 20_day_writing_clean_codes.md --- 20_Day_Writing_clean_codes/20_day_writing_clean_codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/20_Day_Writing_clean_codes/20_day_writing_clean_codes.md b/20_Day_Writing_clean_codes/20_day_writing_clean_codes.md index 8579b6b..b02cea6 100644 --- a/20_Day_Writing_clean_codes/20_day_writing_clean_codes.md +++ b/20_Day_Writing_clean_codes/20_day_writing_clean_codes.md @@ -46,7 +46,7 @@ JavaScript is a programming language and like human language it has syntax. The ### Why we need style guide -You have been coding alone for so long but now it seems to work in a team. It does not matter in anyway you write you code as long as it running, however when you work in team of 10 or 20 or more developer on one project and on the same code base, the code will be messy and hard to manage if there is no any guidelines to follow. +You have been coding alone for so long but now it seems to work in a team. It does not matter in anyway you write your code as long as it running, however when you work in team of 10 or 20 or more developer on one project and on the same code base, the code will be messy and hard to manage if there is no any guidelines to follow. You can develop your own guidelines and conventions or you can also adapt well developed guidelines. Let us the most common know guidelines. Most common JavaScript Style Guides