std
std copied to clipboard
Enhance conditions
Changed log
- To reduce nested condition, using the
?:operator to do that. - Using the
??syntax to reduce conditions. - Using the error
Exceptionfirst to enhance condition logic.