This post originated from an RSS feed registered with Java Buzz
by Franco Martinig.
Original Post: How to Write a Method in Java
Feed Title: Java Software Development Videos and Tutorials Directory
Feed URL: http://www.java-tv.com/feed/
Feed Description: Java-TV.com is a directory of videos, interviews and tutorials focused on software development activities with the Java programming language.
Of course, any Java programmer knows how to write a method. But is that really the case? Many programmers find they code more by habit — habits picked up from frameworks, IDE defaults and a random selection of blogs — than by reason. This talk tries to dissect some common habits with reason to reveal, well, how to write a method.
We all know how to write a method in Java. We all know how to write a class. We all understand how to name a field. We all understand the ...