Skip to content

Commit

Permalink
Update CodingStandards.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Senyr authored Sep 20, 2023
1 parent 5eb28b6 commit a34d044
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions essays/CodingStandards.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
layout: essay
type: essay
title: "JavaScript Reflection"
title: "Coding Standards"
# All dates must be YYYY-MM-DD format!
date: 2023-08-29
date: 2023-09-20
published: true
labels:
- Software Engineering
Expand All @@ -12,4 +12,4 @@ labels:

## JavaScript: Coding Standards

When it comes to the coding standards everyone has their opinion. The question to be asked does coding standards really help us code? In my persoanl opinion I believe the coding standards doesnt help with the functionality of the code and more of making the code look easily presentable. It is very important to have code that is easily readable for many factoes.For example if there was a certain bug/error you have to fix and your code looks messy it would be alot harder for you or any other person to help and debug the problem. Making the code neat is like decorating a food plate at a restaraunt, even though the food might taste good you still want the people eating eating the food to enjoy the presenation of it as well
When it comes to the coding standards everyone has their opinion. The question to be asked does coding standards really help us code? In my persoanl opinion I believe the coding standards doesnt help with the functionality of the code and more of making the code look easily presentable. It is very important to have code that is easily readable for many factoes.For example if there was a certain bug/error you have to fix and your code looks messy it would be alot harder for you or any other person to help and debug the problem. Making the code neat is like decorating a food plate at a restaraunt, even though the food might taste good you still want the people eating eating the food to enjoy the presenation of it as well, people would like to enjoy a meal thats amazing even before it reaches their mouths

0 comments on commit a34d044

Please sign in to comment.