A Better Static Approach for Utility Classes

2008年07月05日 01:41 • 查看 23 次 • 打印本文
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. 查看原文 »

评论

发表评论