representable
representable copied to clipboard
Writeable vs writable
I just went through some teammates' code and had to change writable
to writeable
in over 100 places. I think it's confusing since writeable
is not an actual word, and writable
is used in the Ruby stdlib. writable
seems to be the proper spelling of the word, so I think we should at least support that as an alias to writeable
.
https://en.wiktionary.org/wiki/writeable
Alias sounds good! Or Deprecate writeable
in favor of writable
.