1. Skip to navigation
  2. Skip to content

Too Many Dependencies

You know you have too many dependencies when you find yourself writing code that looks like this:


public Helper Helper {
    get { return Helper; }
}