| Why To fail fast if invalid argument is not passed when invoke the main functions, or if the module is not initialised properly. What We should check for:
- when the main methods of AuthService is invoked, check if the module is initialised properly
- check the arguments passed from user code to see if they are valid.
|