Skip to main content

Statements, expressions and operators

References

 

Additional

  • Ensure the proper use of extension methods and overloads. When you have to pass in a few null values for a method, consider making another overload. Also check that the null value is handled properly to avoid null exceptions. Should this value be null to start with OR Use a POCO object
  • Ensure method arguments are validated and rejected with an exception if they are invalid