Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to Curriculum: Unit Testing #15

Open
AaronStPete opened this issue Jul 18, 2018 · 0 comments
Open

Add to Curriculum: Unit Testing #15

AaronStPete opened this issue Jul 18, 2018 · 0 comments

Comments

@AaronStPete
Copy link

If you want to solve a problem, you have to understand it first. Writing unit tests is a powerful way of ensuring that you really understand both what your code does but especially the problem you're trying to solve.

My favorite takeaways from my cohort were the habits I learned but there were so many more that I wish I would've been exposed to. I'm still struggling with writing my own unit tests because I didn't start with them.

Topics:

  • What is a unit test
  • Test driven development
  • Preventing confusion in teams working on big projects by implementing safeguards

Potential assignments:

  • write a unit test for a simple function
  • purposefully break a test
  • design an application around a series of unit tests
  • hard mode: write a unit test for someone else's code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant