vote up 0 vote down star

Hey,

how do you name your groovy scripts? Does it depends on the enviroment? Do you name groovy classes diffent to groovy scripts?

Example:

  convert_csv_to_xml.groovy
  ConvertCSVtoXML.groovy
  ...

What do you think?

flag

1 Answer

vote up 0 vote down check

When in doubt, use Grails as an example. For Grails 1.0.4 (and presumably above), its scripts use the title-case (e.g. CreateApp.groovy).

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.