FACN1 / week3-javiasy

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

misleading function names #57

Open mattlub opened 7 years ago

mattlub commented 7 years ago

imho most of your function names are misleading.

For example getCharURLS: https://github.com/FACN1/week3-javiasy/blob/master/main.js#L74 I would expect this to return char urls, but instead it makes a request, etc.

This may require some sort of overhaul/mass restructuring, apologies.