rhettg / Tron

Next generation batch process scheduling and management
Other
11 stars 0 forks source link

Standardize config naming conventions #25

Closed mtai closed 13 years ago

mtai commented 13 years ago

After a brief discussion with Rhett, it became clear we should have some naming guidance when it comes to Tronfig.

Classes - CamelCase? Named references - Underscore naming? Names - Underscore naming?

In addition, we may want to visit the idea of requiring ALL action's to be named references and dropping the name attribute entirely. (We can use the named reference's name directly)

rhettg commented 13 years ago

I think this is outside the scope of Tron to enforce

However our examples should stick to some standard.

mtai commented 13 years ago

Agreed. I suspect people will copy the style of the example Tronfigs