Skip to content

Instantly share code, notes, and snippets.

@john-osullivan
Created September 16, 2019 23:32
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 john-osullivan/9326ebfb1bca8f23ed88a797ef0a887c to your computer and use it in GitHub Desktop.
Save john-osullivan/9326ebfb1bca8f23ed88a797ef0a887c to your computer and use it in GitHub Desktop.
Dev Diaries #2: Demonstration of stuttering
// Stuttering
const args: AuthMethods.LoginMethod.LoginArgs = { ... };
// No stuttering
const args: Auth.Login.Args = { ... };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment