From 5eb28b6def0da320dd977c8a96d458a22568e2a5 Mon Sep 17 00:00:00 2001 From: Senyr <102770968+Senyr@users.noreply.github.com> Date: Wed, 20 Sep 2023 09:51:56 -1000 Subject: [PATCH] Create CodingStandards.md --- essays/CodingStandards.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 essays/CodingStandards.md diff --git a/essays/CodingStandards.md b/essays/CodingStandards.md new file mode 100644 index 0000000..3a6b73b --- /dev/null +++ b/essays/CodingStandards.md @@ -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 \ No newline at end of file