Effective PyCharm 2025 Transcripts
Chapter: Testing
Lecture: Quotes About Software Quality

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Now, as we get started here, I do want to give you two quotes.
0:05 One from a famous person who writes a lot about software quality and has done a ton of studying of it. And another, anonymous.
0:12 So I don't know their credentials, but their quote is pretty cool. So initially, the first quote I want to talk about is from Stephen McConnell.
0:20 He's written Code Complete, I believe was the name of his book. Some really great books around software quality with hard data to back it up.
0:28 And his quote was, the problem with quick and dirty, as opposed to using testing,
0:33 the problem with quick and dirty is that the dirty remains long after the quick has been forgotten. I know that's for true.
0:40 That is certainly true for software, regardless of whether this applies to testing
0:44 or just taking your time to build it right, refactor the code to be really nice instead of just getting it to work and calling it done.
0:52 So, yeah, don't let the dirty remain. Take the time to write well-crafted software. Testing can be an important part of that.
0:58 And the bitterness of poor quality remains long after the sweetness of meeting the schedule has been forgotten. Anonymous.
1:04 So keep these in mind as you're building software and think about how testing might play a role in preventing or alleviating these issues.


Talk Python's Mastodon Michael Kennedy's Mastodon