News

In my previous post ( Part 4 of my series on dealing with too many parameters in Java methods), ... Too Many Parameters in Java Methods, Part 5: Method Naming. how-to. Oct 17, 2013 9 mins.
Jeff Cohen‘s blog post Ruby 101: Naming Conventions does a nice job of covering conventions associated with the Ruby programming language. I like how he specifically writes to Java developers ...
Hiding Java method deprecation problems. There are plenty of deprecated methods in Java, and there’s nothing stopping you from calling them. Sure, a yellow yield sign might appear in the line-number ...