Courses

A “Wordle” on Test Driven Development in Vue.js - Test Driven Development - Handling Player Input

In this lesson, we will be defining and enforcing the rules behind a player typing a guess. This episode is also a great opportunity to practice or learn about Vue Writeable Computed Ref for transforming users’ inputs.

Furthermore, we’re also exposed to the workflow behind identifying a bug, writing a regression test, and fixing the bug.

**Topics Covered: **

Limitations of Test Frameworks

WritableComputedRefs

Refactoring Techniques

Regression Tests

Links