Hashnode © 2023
Connect with us:
240
Followers
1.1K
Posts
abinjohn.in
Introduction Here's a normal event listener listening for a click event element.addEventListener('click', function(e) { if(!e.target.classList.conta…
code4it.hashnode.dev
As I always say, naming things is hard. We've already talked about this in a previous article. By creating a simple and coherent dictionary, your clas…
danielazulay.hashnode.dev
Introduction Writing clean code is a journey. Writing clean code will never be perfect at first; there will continuously be refactoring during the dev…
You surely take care of your code to make it easy to read and understand, right? RIGHT?? Well done! 👏 But most of the developers tend to write good p…
maximilianocontieri.com
Util classes are great to gather protocol TL;DR: Don't add accidental protocol to your classes Problems Readability Single Responsibility Violatio…