forEach is a code smell
The article argues that JavaScript's forEach method can be a code smell due to performance overhead from function allocation, especially in nested loops.
Ben is a software engineer best known for his work on RxJS, with experience at Netflix and Google, sharing insights at the intersection of software development, creativity, and technology.
5 articles from this blog
The article argues that JavaScript's forEach method can be a code smell due to performance overhead from function allocation, especially in nested loops.
Explains how RxJS operators create chains of Subscribers to handle data, errors, and completion signals in reactive programming.
A deep dive into the TC39 pipeline operator proposal for JavaScript, comparing the Hack and F# syntax approaches and their functional programming implications.
An introduction to RxJS operators, explaining their purpose and basic implementation for transforming observable data streams.
Explains Observables by building a simple version, comparing RxJS Observables to plain functions and discussing their guarantees.