× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



What is this "extra code" required for ILE? Are you referring to the
binder source? The prototypes? If that is the case, then you don't
really realize the gains and purpose of those things. Binder source is a
great way to make new functionality available to your code base without
having to any recompiling. Any program that gets recompile/bound gets
that new functionality available to it, which would be recompiled anyway
if you tried to add a call to that function. So by adding a 1 line
statement to a source member your entire codebase benefits. Last time I
checked 1 lines isn't really in the "extra code" realm. And prototypes?
The discussion of its benefits has been pounded so often on this list that
a check of the archives is warranted immediately if you are unaware of why
they are better than Monolith/*Entry parms.


Thanks
Bryce Martin
Programmer/Analyst I
570-546-4777



John Yeung <gallium.arsenide@xxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
06/27/2011 10:30 AM
Please respond to
RPG programming on the IBM i / System i <rpg400-l@xxxxxxxxxxxx>


To
"RPG programming on the IBM i / System i" <rpg400-l@xxxxxxxxxxxx>
cc

Subject
Re: Impossible to even think about rewriting in RPG






On Mon, Jun 27, 2011 at 7:45 AM, <Tommy.Holden@xxxxxxxxxxxxxxxxxxxxx>
wrote:
Until like 3 months ago I used SEU/PDM for doing ILE programming
complete
with service programs, modules & APIs. Blaming the IDE is a red
herring.
It's a desire to make the effort that is to blame.

Thanks,
Tommy Holden

I'm not *blaming* the IDE. I'm saying that for me, in my workplace,
in my opinion, it's not the best use of my time. Of course you can do
ILE programming with SEU and PDM. And if you do, great. I am all for
it. But it *does* have a cost, and is not only related to
willingness.

Look at Java for a much more stark illustration of the cost of an
inferior development environment. How many Java programmers who use
Notepad or EDTF or some such are anywhere near as productive as Java
programmers using Eclipse? There is a very real cost to having to
type boatloads and boatloads of boilerplate yourself. While you are
doing that, you're not really contributing value, you're not really
working on the business problem. You are typing (or copying and
pasting) lots and lots and lots of stuff that either the compiler or
the IDE should be able to do for you. It's a bloody waste of time.

For me, personally, I have not seen ILE code that is *so much better*
than OPM code that there is a compelling argument to switch. At least
at my workplace, the benefit is very close to zero. And the cost is
much greater than zero. If there were some demonstration that there
would be significant benefit (modularity, maintainability,
performance, functionality), or some way to mitigate the cost (less
clunky development process), then of course it would be worth
revisiting.

And this is why I have asked very plainly: What do folks use other
than SEU and PDM for their ILE development? Three months ago, you
switched yourself, so clearly there must be something better.

Note: I know ILE provides greater functionality. The benefits that
are obvious to me are embedded SQL and recursion. So of course when
those things make the programming much easier, it is worth the
overhead of the extra coding required for ILE. But honestly, the
stuff we do at my workplace very rarely calls for these features.

John

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.