MH42 / gwt-cal

Automatically exported from code.google.com/p/gwt-cal
0 stars 0 forks source link

Drop MonthViewHelper class #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The MonthViewHelper is nothing more than a set of date-based operations.
Logic in this class should be moved to the DateUtils class (with the
purpose of centralization of date-based operations) and maybe renaming some
of the methods for coherence with what's already in the utility class.

I will try to remove this class in the next two days.

Original issue reported on code.google.com by carlos.m...@gmail.com on 24 Feb 2010 at 6:17

GoogleCodeExporter commented 9 years ago
I decided to rename the class to MonthViewDateUtils as they are genuinely 
date-based
operations but that make sense only within the context of the Month View. 
However,
the other methods that were simple date operations were moved to the DateUtils 
class
along with their test cases.

Original comment by carlos.m...@gmail.com on 16 Mar 2010 at 3:16

GoogleCodeExporter commented 9 years ago

Original comment by Brad.Ryd...@gmail.com on 12 May 2010 at 7:09