A guard clause, is a check of integrity preconditions used to avoid errors during execution. It helps you to simplify code by removing useless nested branching conditions and returning meaningful errors. To achieve it in .NET you can do it using a library or writing your own defensive code, in this article I’ll show you […]
Online Talk (DevFest SD) – Trabajando con máquinas de estados en.NET
On November 12th, Rendy Del Rosario and I participated in the DevFest Santo Domingo 2021 by giving a talk on Working State Machines in .NET (Trabajando con máquinas de estados en.NET), we covered topics on how to start, how to integrate it in a .NET Project, advances of using it, etc. Slides here: Trabajando con […]