Skip to content

Instantly share code, notes, and snippets.

@BumpeiShimada
Last active November 21, 2018 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BumpeiShimada/93d7af175f5a825b2e7efbbb41709607 to your computer and use it in GitHub Desktop.
Save BumpeiShimada/93d7af175f5a825b2e7efbbb41709607 to your computer and use it in GitHub Desktop.
public class LoginLogic {
// ...
/**
* @return whether current date is after or equal to graduate year's 1st April
* NOTE FOR READERS: In Japan, students commonly graduates at the end of March
*/
boolean isAfterServiceGraduateDate() {
// Let's create a test before implementation!!
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment