Steve Smith
Steve Smith
There should be one test per endpoint, and you should be able to run the same set of tests against every variation using `[Theory]` and `InlineData` or similar parameterized tests.
Controllers are out; minimal APIs are in.
In this tutorial: https://github.com/Azure-Samples/ms-identity-docs-code-dotnet/blob/main/web-api/README.md It skips over how to get a token in this section: https://github.com/Azure-Samples/ms-identity-docs-code-dotnet/blob/main/web-api/README.md#3-send-an-authenticated-request-to-the-web-api Please add this detail or link to another tutorial that includes this information.
Had a weird behavior today. ChatGPT solved it but I don't know exactly why the behavior was how it was. ## Situation I had a working set of code with...
Origin: Larry Tesler, a computer scientist at Xerox PARC and later Apple. Statement: Every application has an inherent amount of irreducible complexity. The only question is who will have to...
https://deviq.com/laws/law-of-diminishing-returns Do you need 100% test coverage? Where do the returns drop below a reasonable ROI
https://eduk8.me/the-bennett-principle/ The Bennett Principle states that the value you receive from an activity is proportional to the energy invested. Creating content requires more energy, but it’s value is greater than...
We shape our tools and then they shape us https://law.stanford.edu/2014/09/18/first-build-tools-build-us-marshall-mcluhan/
https://wiki.haskell.org/Fairbairn_threshold The Fairbairn threshold is the point at which the effort of looking up or keeping track of the definition is outweighed by the effort of rederiving it or inlining...