My FeedDraftsBookmarksExploreSearch
AMAsRFAsAboutCareersOfficial Blog

Hashnode © 2023

Connect with us:

/
Write

#clean-code

clean code

161

Followers

910

Posts

Follow #clean-code on Hashnode and stay informed with latest resources, articles, and news.

Sign up and follow this tag
HotNew
Abin John's photo
Abin John
Jul 9, 2022

Use Event Listeners The Right Way!

abinjohn.in

Introduction Here's a normal event listener listening for a click event element.addEventListener('click', function(e) { if(!e.target.classList.conta…

Comment
Davide Bellone's photo
Davide Bellone
Jul 8, 2022
Clean Code tips

Clean code tip: use the same name for the same concept

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…

6
Comment
Daniel Azulay's photo
Daniel Azulay
Jul 8, 2022

The Clean Code Guide

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…

1
Comment
Davide Bellone's photo
Davide Bellone
Jul 7, 2022
Clean Code tips

Clean Code Tip: Tests should be even more well-written than production code

code4it.hashnode.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…

Comment
Maxi Contieri⭐⭐⭐'s photo
Maxi Contieri⭐⭐⭐
Jul 6, 2022
Code Smells

Code Smell 147 - Too Many Methods

maximilianocontieri.com

Util classes are great to gather protocol TL;DR: Don't add accidental protocol to your classes Problems Readability Single Responsibility Violatio…

Comment

Grow this tag

Invite your friends · Click to share

AboutService StatusPlatform APIsOfficial BlogSupportCareersMedia
Feature RequestsChangelogMust-read 🗞
PrivacyTerms

© 2023 · Hashnode