Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • softwareengineering.stackexchange.com/questions/142725/… Commented Apr 7, 2017 at 20:34
  • What's the gain of implementing the Service layer with static classes? Quite apart from this comment. Is It a own project? Are you working solo? If don't may be not everyone agree with your "conventions". Commented Apr 7, 2017 at 21:27
  • From what you've described, using static methods in classes that have zero state; and, not having unit tests for trivial functionality... are both good programming practices. Go with your instinct on this rather than following this generic rule. Commented Apr 8, 2017 at 3:11