manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
95 stars 37 forks source link

Move websites.yaml into python classes #75

Closed seeeturtle closed 6 years ago

seeeturtle commented 6 years ago

Even they are attributes of a same website, They are separated from each other. I think we should make top level class that describes attributes for website, and make subclasses for each website.

What do you think about this?

manu-chroma commented 6 years ago

cc: @jayvdb

jayvdb commented 6 years ago

No. It is data. Re-usable across language, and in different domains.

If you want, generate python classes from the data.

seeeturtle commented 6 years ago

got it :)