Skip to content

Instantly share code, notes, and snippets.

@saadlu
Last active February 19, 2023 18:47
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 saadlu/1e55f847c890cacc806cf7bf9b28b014 to your computer and use it in GitHub Desktop.
Save saadlu/1e55f847c890cacc806cf7bf9b28b014 to your computer and use it in GitHub Desktop.

Thoughts on TDD

Why I like(d) it

  • It allows me make things in iteration

    It allows me to break things in components, test the component in isolation, and move on to the next component.

    Components have behaviors. They have algorithms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment