Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[henshin-dev] Model methods: "find...()" vs. "get...()"

Hi,

I think it would be good if we consistently used either "find..()" or "get..()" methods in the model, for example:

TransformationSystem#findRuleByName(...);

vs.

TransformationUnit#getParameterByName(...);

I have not checked it but I think we use more "find" than "get". But I don't mind which one we choose.

Any volunteers?

Cheers,
Christian


Back to the top