Author: Steve Haslam
Joda Time? You might be overusing DateTime
We generally prefer to use Joda-Time for our date and time representation. Its immutable objects fit our house style, and the plusHours, plusDays etc methods usually produce much more readable and maintainable code than the giant bag of static methods based on Date and Calendar that we had before. Throw […]
Read More
Recent Comments