Avoid Utility Classes

2523 days ago via vojtechruzicka    Discuss    Technology
Utility classes, while popular, have some serious implications and you should think twice before using them. What is Utility Class? Utility Class, also known as Helper class, is a class, which contains just static methods, it is stateless and cannot be instantiated. It contains a bunch of related methods, so they can be reused across the […]
The post Avoid Utility Classes appeared first on Vojtech Ruzicka's Programming Blog.

Submit a Comment

Log in to comment or register here