Last active
November 21, 2018 19:39
-
-
Save BumpeiShimada/93d7af175f5a825b2e7efbbb41709607 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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