Let’s use
const
! Here’s why.When reading a piece of code, others can take cues from these signals in order to better understand what we did. ES6 offers
let
andconst
as new flavors of variable declaration, are they better signals thanvar
?10m 21How Terrible Code Gets Written by Perfectly Sane People
Help your team avoid some bad habits that can drive good teams to write terrible code.
8m 5Fourth Year in Review
Another year, another review of how Pony Foo did in its latest twelve months online!
6m 1Thousands of Color-coded Visualizations in React
For the past few days I’ve been working on a data visualization that displays Elasticsearch node distribution across different cloud instances and zones.
19m 2