I am… Unsure whether I prefer `globs(["*.scala"])`...
# development
a
I am… Unsure whether I prefer
globs(["*.scala"])
or `["*.scala"]`… I’ve definitely seen users expect the latter to work.
a
I hadn't seen people expecting
["*.scala"]
to work! if that's true then i would be totally fine with allowing glob syntax without the use of a
globs()
verb, i just thought it seemed surprising