Is there any convention regarding groovy script files naming?
Should I name the script file in camelcase form, like if it was a regular class (i.e. FooBar.groovy
)?
Or will it be better to name it using small case letters and underscores (i.e. foo_bar.groovy
)?