Maximiliano Contieri - Software Design

Maximiliano Contieri - Software Design

Follow
homeDesignCode SmellsBloggingProductivityAboutSupport Me
Tag

Node.js

#nodejs

More content

Read more stories on Hashnode


Articles with this tag

Code Smell 78 - Callback Hell

Jun 11, 20212 min read 750 views

Processing an algorithm as a sequence of nested callbacks is not clever. TL;DR: Don't process calls in a callback way. Write a...

Code Smell 78 - Callback Hell