A “Wordle” on Test Driven Development in Vue.js
Plans from $25/month

This lesson is for members. Join us?

Subscribe now to get instant access to this course, plus a full library of Vue.js courses tailored to the plan you choose.

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