Articles tagged “design”
- Monochrome laziness Twelve years ago, Windows Vista was released, impressing everyone by its shiny, elaborate icons. For instance, a recycle bin was illustrated by a shiny transparent waste basket. Search functionality was shown in a form of a metallic magnifying glass.…
- Unit testing methods which are calling static methods Disclaimer: the article below talks about methods calling public static methods from other classes. This excludes the calls to private static methods. Recently, I wrote a rather unpopular answer on Stack Exchange about static methods in a context of…