Michael Beckerle created DAFFODIL-2052:
------------------------------------------
Summary: code quality: very poor identifiers - private def
localElementPropertyReferencedElements(f: F)
Key: DAFFODIL-2052
URL: https://issues.apache.org/jira/browse/DAFFODIL-2052
Project: Daffodil
Issue Type: Improvement
Components: Clean Ups
Affects Versions: 2.2.0
Reporter: Michael Beckerle
Fix For: 2.3.0
This method is using a type parameter.
The name is "F".
This is ineffective at explaining what this is for. Choose better name, and
enhance this code and surrounding class/trait with scaladoc of this type
parameter so that we can understand what it does.
private def localElementPropertyReferencedElements(f: F)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)