Jump to content

Main public logs

Combined display of all available logs of Computer Science Knowledge Base. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 02:48, 10 July 2025 Mr. Goldstein talk contribs created page 9.4.2 Test-Driven Development (TDD) (Created page with "=== 9.4.2 Test-Driven Development (TDD) === Imagine you're building a LEGO spaceship. Instead of just building it and hoping it flies, what if you first write down exactly how you expect it to fly (e.g., 'it should hover 2 inches above the ground') and then build it to meet that expectation? Test-Driven Development (TDD) is a coding approach where you write tests ''before'' you write the actual code. Here's how it works: # '''Write a failing test:''' You write a small t...") Tag: Visual edit