Bob's 4.0 Roadmap
Phase 3: Testing
Phase 3 is all about breaking things.
We're talking bugs, we're talking glitches, we're talking 'why does it do that?'
public function testPhase3() {
// TODO: write a test that breaks the system
}
Phase 3 is all about breaking things.
We're talking bugs, we're talking glitches, we're talking 'why does it do that?'
public function testPhase3() {
// TODO: write a test that breaks the system
}