Posts for side effects

Avoiding side effects in JavaScript code

As developers, we tend to spend more time debugging our code than writing new features. Most times, this is due to the negligence of the side effects in our codebase. In this article, we will understand what side effects are and how side effects can be avoided. In programming, a function is a unit of […]

February 3, 2020 in Javascript & Tutorials