Exception Handling Java Best Practices Here is my collection of 10 Java best practices to write Exception handling code in Java. There have been both applause and criticism of checked Exception in Java, which is a language feature to force dealing with Exceptions. In this article, we will look to minimize use of checked Exception [...]
juglviv
As you know we take part in O’Reilly review program.Several weeks ago I received for review “MapReduce Design Patterns” by Donald Miner, Adam Shook. Actually it was my first experience with mapreduce and especially with hadoop. Hence it force me to read some articles conclusion 1) This book is not for dummies [...]
JUG Lviv
Write programs for people, not computers. a program should not require its readers to hold more than a handful of facts in memory at once names should be consistent, distinctive and meaningful code style and formatting should be consistent all aspects of software development should be broken down into tasks roughly an hour long Automate [...]
juglviv