Learning

Acceptance unit test cycle

With behavior-driven development, we approach development from a high level, outside-in perspective. When we need to test details, we use unit testing (testing the ‘inside’). For the majority of the boot camp…

Acceptance tests!

Everything starts with a test… Welcome to the world of test-driven development. Yay! I hadn’t given it too much thought before starting the course, tbh. But getting cracking on those user stories makes…

What are Classes?

I’m just going to jot down my notes while I learn about the nitty-gritty. Here we go. Object-oriented languages use classes to describe objects. An instance is an object created from a class.…