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

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

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