[RFC] `Stat.specialDevice` -> `isSpecialDevice` for consistency
joshgoebel opened this issue · 0 comments
joshgoebel commented
We have:
- isDirectory
- isFile
Should it not be isSpecialDevice
?
This would keep with our "simple naming" philosophy. Do we need to consider this a breaking change and support both for some period of time, or because we're still <1 we can just change it?