Micro-pattern: IIFE and Return-Early
What are those and how can we utilize them?
Mar 8, 20215 min read398

Search for a command to run...
Articles tagged with #javascript
What are those and how can we utilize them?

Profiling, Refactoring & Design Patterns Evaluating and enhancing the code Profiling One way to evaluate the code is to profile it. Luckily, Node.js already provides us with a profiler, behind the --prof flag. So let’s just run our app with the profi...