Steve Smith
Steve Smith
Check out github.com/ardalis/specification and its /docs folder and link to its documentation. I'd like the exact same experience for this repo, if someone wants to help set it up.
I asked ChatGPT to help me out with a TOC and here's what it came up with. Add anything else you might want to see in the initial docs as...
Here an AI-generated doc that can be used as the basis for part of the docs: # Getting Started with Ardalis.Result: A Comprehensive Guide for New Developers ## Introduction Welcome...
MediatR has the same problems with returning things from void methods, and they've solved for years by using a Unit type: https://github.com/jbogard/MediatR/blob/master/src/MediatR.Contracts/Unit.cs Should we use a similar type included in...
See: https://github.com/ardalis/Result/issues/16#issuecomment-677849072 Demonstrate how to properly integrate this package with FluentValidation and the Ardalis.ResultAspNetCore filter in API endpoints.
~~1. The 50/72 Rule~~ 2. The 80/24 Rule ~~3. Arrange Act Assert~~ 4. Bisection 5. Checklist for New Code Base 6. CQS 7. Count the Variables 8. Cyclomatic Complexity Limit...
We should cover Unit of Work.
Not sure where this would go - antipatterns, probably, though it's a practice more so than a pattern. Antipractices? See: https://wiki.c2.com/?PrematureOptimization Premature optimization is the root of all evil --...
Add Wheaton's Law to our list of laws. See: https://www.youtube.com/watch?v=t3ICRoe-QIw http://s3.amazonaws.com/media.penny-arcade.com/PAX07_Keynote.mp3 It applies not just to gaming but to life and work as well.
Part of CI/CD