Welcome to Brannon's Reading Notes!

This serves as my personal page to keep and update my reading notes for Code Fellows Courses 201, 301, and 401.

Reading 6

Random Module

source: https://www.pythonforbeginners.com/random/how-to-use-the-random-module-in-python

What is Risk Analysis in Software Development

What is Test Coverage?

How Do You Know if You Have Done Enough Testing?

  • You rarely get bugs that escape into production, and
  • You are rarely hesitant to change some code for fear it will cause production bugs.