The Wayback Machine - https://web.archive.org/web/20220524000714/https://github.com/topics/guard-clauses
Skip to content
#

guard-clauses

Here are 20 public repositories matching this topic...

feO2x
feO2x commented Nov 24, 2021

We should add the following assertions for string, ReadOnlySpan<char> and Span<char>:

  • IsTrimmed: checks if a character sequence starts and ends with a non-whitespace character, returns true or false.
  • MustBeTrimmed: same as IsTrimmed, but throws a StringException.
  • IsTrimmedAtStart: checks if a character sequence starts with a non-whitespace character, returns true or fals
new feature help wanted good first issue
checkarg
dinispeixoto
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 good first issue Beeing-discussed

Improve this page

Add a description, image, and links to the guard-clauses topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more