wren-lang / wren-cli

A command line tool for the Wren programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RFC] `Stat.specialDevice` -> `isSpecialDevice` for consistency

joshgoebel opened this issue · comments

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?