RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

Better Identify file created automatically #25

Closed cderv closed 5 years ago

cderv commented 5 years ago

I find it difficult to identify easily which files are created by the generator and which files are for our functions. We can't use subdirectories inside the R folder so it needs to be in the name.

This is small improvement I know, but what do you think ?

We could either reverse the naming scheme from the generated files:

That way we'll have files regrouped in explorer.

Other solution:

What do you think?

RLesur commented 5 years ago

I have the same problem :smile: Surely, we can improve file naming. I like your first proposal (commands_ and events_ prefix).