getify / ES-Feature-Tests

Feature Tests for JavaScript
199 stars 16 forks source link

Use "classes" as a feature name #4

Closed dribba closed 9 years ago

dribba commented 9 years ago

Suggesting to use "classes" instead of the reserved word "class" as the name of the feature to avoid using the quotes(so is not the only feature with quotes)

getify commented 9 years ago

I did consider that initially. I was frustrated that it would be inconsistent in that it'd be the only test name that refers to a single feature in a plural way. So, "generator" vs "generators", etc.

I think what I may do is put an alias on there for "classes", so both are available.

getify commented 9 years ago

This has already been addressed. Both "class" and classes exist now. :)