ckeditor / ckeditor-boilerplate

A boilerplate for modern git based projects
Other
6 stars 4 forks source link

dev/tasks/res is not a good directory name #1

Closed Reinmar closed 9 years ago

Reinmar commented 9 years ago

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 from resources which I think doesn't match the meaning that we need.

WDYT about libs? It's not that precise, but it looks better IMO than res. Or maybe deps?

BTW. in v4's tests we have assets and helpers, but I think these names fit only tests.

fredck commented 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.

jodator commented 9 years ago

dev as anything related with developing (not a source code directly)?

gregpabian commented 9 years ago

helpers or utils sounds good to me.

AnnaTomanek commented 9 years ago

+1 for utils from me :)

Reinmar commented 9 years ago

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.

fredck commented 9 years ago

Ok, renamed to utils with 36c1d11.