Static Classes and Methods—Are They Terrible?

Exploring C# static classes and methods from a design perspective.

Sasha Marfut
Level Up Coding
Published in
6 min readJun 13, 2021

--

Photo by Arnold Francisca on Unsplash

Static classes and methods are one of the controversial programming tools.

  • Are static classes and methods bad design and coding practice?
  • Does using static classes complicate unit testing?

--

--