FACN1 / week3-javiasy

Repo to hold GOT actor app
https://facn1.github.io/week3-javiasy/
0 stars 2 forks source link

Tests #49

Open emilyb7 opened 7 years ago

emilyb7 commented 7 years ago

Love all your tests!

But to make your tests more readable, you could make the description more descriptive.

So instead of

test buildURL_actorId function

You could have something like

buildURL_actorId takes the name of an actor and returns a url for the movieDB API querying that actor

maybe you can think of something shorter, but I hope you get the idea...

that makes it really easy for anyone reading your code to know exactly what should happen!