mamatoad / soccer-records

Web-based Information System for managing soccer records (players, teams, matches)
4 stars 0 forks source link

Eliminate dependency on joda-time at soccer-records-api #25

Closed matusn closed 10 years ago

matusn commented 10 years ago

Create a class (interface) representing date that will be used in the DTOs (GoalTO, MatchTO) instead of LocalDate, joda-time will be still used in the logic module.

livthomas commented 10 years ago

Why would we do that? I think this kind of dependency is OK.

matusn commented 10 years ago

This dependency is OK.