×
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.
I don't agree with binder source beeing unnessecary. It is quite the contrary.
We got a change management system which manages our code but the 3rd party libraries are not managed by the cms. So how do you make an easy recompile of all dependent programs when a new version of a 3rd party service program comes in?
Simple and stable: that is binder source for me. What is more simple than just NOT having to recompile everything.
Without 3rd party service programs and a change management system it is probably easy/easiest to just recompile everything but that situation is not always the case.
(as always we disagree on this topic =)
Best regards
Mihael
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of dieter.bender@xxxxxxxxxxxx
Sent: Thursday, January 13, 2011 12:20 PM
To: Midrange Systems Technical Discussion
Subject: Re: CRTSRVPGM
from the programmer perspective, it's highly efiicient to keep it simple and
stable !!!
Binder language seems to me to be one of the unnecessary annoying joke
features like /free /end-free (what the hell should it be else with a blank
in column 6), eval (there comes an assignment afterwards!), callp (there
comes a function call afterwards), semicolons within statements (preventing
from nesting an assignment in a condition)...
Dieter
That may not be the most efficient way but it seems to me to be the
simplest (Yes, I realise that with multiple modules, private procedures
will be rendered public). I'm sure we'll have some opposing views in a
couple of hours from now ;-)
--
As an Amazon Associate we earn from qualifying purchases.