
When writing utility classes it is very easy to go down on the path of writing code that can never be changed later on because of static functions usage. Using a singleton approach combined with static functions is a much better solution, as shown in this article.
查看原文 »
评论
发表评论