home.social
  1. Muy interesante este vídeo dónde se exponen las ventajas e inconvenientes de usar Either vs Exceptions, nos os dejéis engañar por el título "clickbaitero" el contenido es top 👌

    youtube.com/watch?v=8WdprhzmQe4

  2. The code smell called Magic Numbers is caused by using numbers that lack the proper semantics in our code 🧼

    blog.susomejias.dev/blog/code-

  3. The code smell called Switch Statements is caused by the abusive use of the switch statements in our code 🧼

    In this article I show how identify and fix this code smell.

    blog.susomejias.dev/blog/code-