Closed Reinmar closed 9 years ago
libs
is generally used for external libraries.
deps
is confusing, because everything is a dependency.
api
? I considered that, but I found it weird.
utils
? I wasn't sure.
Yes, res
is for resources. Didn't find a better name though, and I still don't see one.
dev
as anything related with developing (not a source code directly)?
helpers
or utils
sounds good to me.
+1 for utils from me :)
Hm... If you feel that helpers
or utils
fit the dev code case (not only tests code case), then I'm ok with both and I like utils
more.
One more thing though - if we'll choose one of helpers
or utils
for the dev code then I would enforce this name in the v4's tests too, because we use both and IMO this is the same thing.
Ok, renamed to utils
with 36c1d11.
We didn't yet have such directories yet in v4, so we don't have standard name for them. I didn't like
res
from a very first look at it, because (I think) it's short fromresources
which I think doesn't match the meaning that we need.WDYT about
libs
? It's not that precise, but it looks better IMO thanres
. Or maybedeps
?BTW. in v4's tests we have
assets
andhelpers
, but I think these names fit only tests.