× 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.



On Fri, Sep 18, 2015 at 3:31 PM, Vernon Hamberg
<vhamberg@xxxxxxxxxxxxxxx> wrote:
Other languages take advantage of diffs between
iterations, so no need for marking in code itself.

Interesting way to phrase this, Vern. I understand what you're saying.
But I would express it as:

(1) Other languages don't have "reserved columns", and so they never
grew this type of comment system. As you note, some folks find ways to
keep their change history in CL without column-based comments; well,
some people do the same in other languages also.

(2) The big thing is, in 2015, if you're programming on any mainstream
platform, you're using some kind of version control. The big dog today
is surely Git, but there are several other viable options. And the way
version control works is as you say, taking advantage of diffs between
iterations. But this is not so much a function of the language as it
is of the version control software. You can use Git for column-based
RPG III code if you wish, and maybe some folks out there do. I know I
do. (Well, I use Mercurial, and it's RPG IV, but the code isn't all
free-form.)

I am completely sold on the modern version-control way of handling
change history. Leave that crap out of the source code. Even without
fancy tools like Git, I still think it's preferable to just keep a few
versions of the source code lying around if you need them, and lean
heavily on CMPPFM and multiple open sessions.

John Y.

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.