# Desing Principles

  • No void return methods (Action, Action<T>, etc.)
  • Single parameter, single return type functions supported (encouraged) first
  • Functions at most five parameters are supported (encouraged) first
  • For now, functions will support at most five generic parameters.

# Fn.net