Skip to main content

Posts

Showing posts from May, 2020

Best practices every javascript developer should be aware of

Your code is Your signature on it... Did you face a situation where your manager suddenly comes to you and ask you to work on a business critical project with a tough deadline? Well I guess the answer is Yes for many!!! When you start looking into that project did you feel its hard to understand/ poorly documented/ not followed good practices? Well these situations happens even in big companies sometimes and there are various reasons for it mostly because of tough deadline :( Following good practices not only makes your code look readable but also makes it more secured and for sure appreciation would follow. In this blog we will share some good coding practices which when incorporated in your projects, people start appreciating you and definitely makes you more knowledgeable. When you are writing code always make sure that the other person in your project can understand everything you wrote. Javascript Best Practices: Writing Comments or Self Explainable code: This topic is very compli...