In the book, section 4.1.2, how about rename scheme operation mkdir
as mkid
? id
is more general than dir
.
Note that the name is a little misleading (and it might even be renamed in the future), since in many schemes mkdir won’t make a directory, but instead perform some form of substructure creation.
How about mkurl
for url scheme