From 008d1b411b0c86d99c069d88f547d0215a34e644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Abdurrahman=20Ayy=C4=B1ld=C4=B1z?= Date: Tue, 30 Aug 2022 00:43:46 +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..70a38d8 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 you have 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 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