Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

The (optional) name scrambling used by c code generator leads to unreadable code because of missing comments. #193

Closed
nyssen opened this issue Nov 25, 2015 · 1 comment
Milestone

Comments

@nyssen
Copy link
Contributor

nyssen commented Nov 25, 2015

When specifying a maxIdentifierLength through the IdentifierSettings feature of the c code generator, the resultant code base is not human-readable in case the name scramber reaches its last escalation stage, i.e. generates hashed names. In any case, we should generate comments that provide the untruncated method names.

@nyssen nyssen changed the title The (optional) name scrambling used by c code generator is not usable because of missing comments. The (optional) name scrambling used by c code generator leads to unreadable code because of missing comments. Nov 25, 2015
@nyssen
Copy link
Contributor Author

nyssen commented Nov 25, 2015

It seems the definitions of methods contain respective comments, therefore resolving this as invalid (while the declarations do not provide respective comments).

@nyssen nyssen closed this as completed Nov 25, 2015
@terfloth terfloth modified the milestone: M24 - 2.6 RC1 Mar 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants