Skip to content

Commit

Permalink
Create CodingStandards.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Senyr committed Sep 20, 2023
1 parent 246558e commit 5eb28b6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions essays/CodingStandards.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
layout: essay
type: essay
title: "JavaScript Reflection"
# All dates must be YYYY-MM-DD format!
date: 2023-08-29
published: true
labels:
- Software Engineering
- Learning
---

## 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

0 comments on commit 5eb28b6

Please sign in to comment.