-
Updated
Jan 9, 2020 - Java
guard
Here are 148 public repositories matching this topic...
-
Updated
May 26, 2020 - C#
-
Updated
Jun 9, 2020 - Ruby
-
Updated
May 27, 2020 - JavaScript
(issue corresponding to review suggestion here)
CMAKE_CXX_FLAGS is used to configure compiler warnings in cmake as part of the testing procedure, (following the this advice). I am not aware of a warning API in cmake and I know of no option that does not involve passing e
-
Updated
Mar 11, 2020 - C++
-
Updated
Jun 18, 2020 - TypeScript
- glob srcPath
- import doczrc extract menu
- transform each file stripping the top config section append in the order provided by doczrc.menu
- run the complete file through markdown-toc and append that to the top.
- write the file to the outputPath
-
Updated
Feb 13, 2017 - PHP
-
Updated
May 18, 2020 - Python
-
Updated
Aug 3, 2018 - TypeScript
-
Updated
Jan 2, 2020
-
Updated
Jun 20, 2019 - Java
-
Updated
Jul 20, 2016 - Shell
-
Updated
Nov 18, 2017 - C#
-
Updated
Sep 5, 2019 - Java
When the .NotDefault() Precondition fails, the exception message is:
System.ArgumentException : Bookedtime
"Parameter name: Value must have default value!"
Why would we say that it must have a 'default value' when the condition is that it is NOT the default value?
I think something like:
"Parameter name: Must have a value other than the system default"
-
Updated
Jun 15, 2020 - TypeScript
Add "throwUnless"
Instead of writing tg.throwIf(tg.isNot(tg.isString)), it would be nicer to write tg.throwUnless(tg.isString).
-
Updated
Jan 22, 2019 - Java
Improve this page
Add a description, image, and links to the guard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the guard topic, visit your repo's landing page and select "manage topics."
Split from #40
Default
DateTime.Compareignores theKindproperty. We should:KindSpecified, to require aDateTimeargument to have kind that is eitherLocalorUtc, so people can force callers to think about the source of their time values and specify the kinds explicitly.Equal,NotEqual,Min,MaxandInRangethat acc