adobe / twist-configuration

Loader for Twist configuration (.twistrc) files
Apache License 2.0
2 stars 7 forks source link

Rename "inherits" to "extends"? #3

Open mcav opened 6 years ago

mcav commented 6 years ago

Reading the .twistrc files, it seems like it'd be more natural to read [ "Store", { "extends": "BaseStore" } ] rather than [ "Store", { "inherits": "BaseStore" } ], since JS uses extends. How would you feel about a rename, @lanther?

lanther commented 6 years ago

Sure, extends does sound better. We should keeps supporting "inherits" for now as a synonym when reading the twistrc files, but I'm fine with changing all the rc files.