Optional values are a code smell
April 13, 2020 • 1 minutesOptional values are a code smell. They make you break the single responsibility principle.
What I’ve learned about testing
March 07, 2019 • 2 minutesOver the past few months, I have been testing a ton of React components with jest and enzyme. Here is what I’ve learned.