...

/

Examining the Important Features

Examining the Important Features

Medium has a pretty interesting tooltip. Let's analyze what we're building and how we can achieve it.

Determining scope

We’ll begin by scoping the work ahead. It’s an imperfect process, and something will almost always be missed. It’s important that as we’re designing our solution, we can ask ourselves whether it’ll work for x, y, and z. If you have an example you’re building off of, play around with it and try to break it or see how it behaves given a variety of user interactions. To move past this stage, you shouldn’t have an unanswered, “how do they do that?” You don’t have to know how it is implemented, but you should know a way to implement it.

...