|
On Sep 6, 2020, at 1:50 PM, Richard Schoen <richard@xxxxxxxxxxxxxxxxx> wrote:
While writing terse statements may save time, I personally don't use that style because it's not as readable to the naked eye if you have a bunch of those stacked together.
More lines of code to write it out, perhaps, but more readable definitely.
And I also document intent with comments as well to help out the uninitiated. That helped me a lot when I was the only maintainer for more than 10 products.
Better than hearing that old argument: "The code tells you what it does" and then looking at my own code and going WTF 😊
Code style is a non-winnable argument because we all think we do it the best.
Regards,
Richard Schoen
Web: http://www.richardschoen.net
Email: richard@xxxxxxxxxxxxxxxxx
-----Original Message-----
message: 2
date: Sun, 6 Sep 2020 15:48:16 +0200
from: Carel <coteijgeler@xxxxxxxxx>
subject: Re: single Line If stateement
Write your ow subprocedure, because that is what iIf actually is.
So, yes, possible in RPG on any OS level.
Op 6-9-2020 om 15:27 schreef Alan Campin:
Years ago, a boss of mine did something like this
If Identity = Yes:'Y':'N';
which doesn't compile.
I found an article on by Ted Holt defining a function iif where he did
this
Identity = iIf(InIdentity:YES:NO);
I suspect this is what my boss was using.
Is there a way to do this directly in RPG, V7R3 release level?
--
This is the RPG programming on IBM i (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.