writ or write? writable or writeable?
Most api's appear to use writable rather than writeable.
One of my spell checkers says writable is correct and writeable is
incorrect, another says writeable is correct and writable is incorrect.
A check in my word reference lists writable with a note on 'Also
"writeable"', so it looks like both are correct in different places.
Arguments:
* writ is the same length as read, using writ means that writable and
readable fit parallel on the same line.
* As "write" is the full word, writeable is the most easily expected form.
* writable is what most other api stick to.
* writeable is consistent with canWrite
(just a writ vs. write preference, not necessarily the names we'll be
using always)
A) writable and canWrit
B) writable and canWrite
C) writeable and canWrite
--
~Daniel Friesen (Dantman, Nadir-Seen-Fire) [http://daniel.friesen.name]
2,670,000 results for writable
861,000 results for writeable
The Google has spoken.
Kris Kowal
We are all agreed. 'writ' is horrible.
However the pedant in me would like to point out that a writable stream is
different to one which you canWrite to at the moment. but a writeable
stream should be duck-typed by the presence of a write method I think.