-
Updated
May 19, 2022 - C#
#
guard-clauses
Here are 20 public repositories matching this topic...
A simple package with guard clause extensions.
patterns
dotnet
pattern
clean-code
guard
design-patterns
clean-architecture
dotnet-core
guard-clauses
guard-clause
A high-performance, extensible argument validation library.
-
Updated
Apr 25, 2020 - C#
new feature
help wanted
good first issue
This issue is suitable for persons new to programming and/or Light.GuardClauses
Finite State Machine porting from Stateless C#
typescript
fsm
state-machine
workflow-engine
trigger
finite-state-machine
dot-graph
guard-clauses
hierarchical-states
-
Updated
Jul 23, 2019 - TypeScript
Open
Update README
dinispeixoto
commented
Apr 21, 2021
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
- Adapt README to dark theme users on Github
- ...
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
Beeing-discussed
Not completed issued that requires additional information
A clean, decoupled and extensible, carefully crafted set of libraries for general purpose. Krafted provides a toolkit of useful and reusable pieces of code, in order to increase your productivity. 🚀
-
Updated
May 12, 2022 - C#
A simple library that facilitates runtime checks of code and allows to define preconditions and invariants within a method.
-
Updated
May 23, 2022 - C#
Useful guard clauses that simplify argument validity checking and make your code more readable.
-
Updated
May 14, 2022 - C#
A lightweight, low overhead, low ceremony, cross platform library for guarding against bad method inputs.
-
Updated
Feb 26, 2022 - C#
-
Updated
Nov 1, 2019 - JavaScript
An extendable guard implementation.
-
Updated
May 5, 2022 - C#
A helper to generate different guard clauses
-
Updated
May 9, 2022 - JavaScript
A simple extensible package containing generic guard clause extensions.
-
Updated
Oct 26, 2021 - C#
Retry and circuit breaker policies in C# microservices.
-
Updated
Apr 15, 2022 - C#
C# Common utility classes, guard clauses, extension methods, and more.
-
Updated
Jan 14, 2022 - C#
Guard-Pattern validations in C#
-
Updated
Apr 30, 2022 - C#
A simple extendable library for throwing different exceptions in different conditions using single chainable statements
extension
dotnet
extensions
clean-code
chain
guard
design-patterns
dotnet-core
exceptions
extension-methods
guard-clauses
guards
custom-exceptions
guard-clause
gurad-chain
chainable-guards
value-protection
-
Updated
Feb 26, 2021 - C#
Improve this page
Add a description, image, and links to the guard-clauses topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the guard-clauses topic, visit your repo's landing page and select "manage topics."


We should add the following assertions for
string,ReadOnlySpan<char>andSpan<char>:IsTrimmed: checks if a character sequence starts and ends with a non-whitespace character, returns true or false.MustBeTrimmed: same asIsTrimmed, but throws aStringException.IsTrimmedAtStart: checks if a character sequence starts with a non-whitespace character, returns true or fals