Complex helper class
What is the significance of the complex helper class warning? The reason for it seems difficult to track down. (E.g., the activity might just be a PROJECT statement.)
It affects compile time, and perhaps execution time. And it is not linear. For example, if activity 1 has 20,000 bytes(?) and activity 2 has 14,000, Adding an IF statement creates more than 34,000.
E.g.
Y := IF (X,
activity 1, activity 2);
Is it a problem? If so, can it be ameliorated?
It affects compile time, and perhaps execution time. And it is not linear. For example, if activity 1 has 20,000 bytes(?) and activity 2 has 14,000, Adding an IF statement creates more than 34,000.
E.g.
Y := IF (X,
activity 1, activity 2);
Is it a problem? If so, can it be ameliorated?
- loki
- Posts: 1
- Joined: Thu Aug 20, 2020 5:54 pm
loki,
Context is important. Can you post some example code that demonstrates the issue?
Richard
Context is important. Can you post some example code that demonstrates the issue?
Richard
- rtaylor
- Community Advisory Board Member
- Posts: 1619
- Joined: Wed Oct 26, 2011 7:40 pm
2 posts
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 1 guest