Created
January 19, 2020 13:13
-
-
Save antunesleo/8020a8a44dd4ef31dbe353222d0b38d4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
validate_user(user) # First validate user, then jump to next line | |
save_db_user(user) # First save_db_user, them jump to next line | |
start_to_send_confirmation_email(user) # We don't want to wait the email be sent to jump to next line, here we should develop some async stuff | |
return user |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment