brais.dev

Brais Piñeiro
I'm Brais Piñeiro, a Telecommunications engineer who loves Full-Stack development.
EmailGithubLinkedin

Optional values are a code smell

April 13, 20201 minutes

Optional values are a code smell. They make you break the single responsibility principle.

What I’ve learned about testing

March 07, 20192 minutes

Over the past few months, I have been testing a ton of React components with jest and enzyme. Here is what I’ve learned.