Amhed Herrera

Results 5 issues of Amhed Herrera

Instead of declaring string properties that are string constants like this: ``` var invoice = new Invoice { Type = "ACCREC", Status = "DRAFT", Contact = contact ... } ```...

Un buen starting point es la charla de Uncle Bob sobre "The Lost Years"

enhancement

Works great until I add recoil as a dependency Repro steps: 1. Run `yarn add recoil` inside of /apps/xpo 2. Add a `` wrapper for the whole app, before the...