|
Documentation? Have you looked at most RPG programs ;-)
Interesting read though. I agree to a point, but I do think there is a time
when rewriting is the right move. I think procedural programming differs
from OO programming in the decision to a point as well. Procedural
programming for me is harder to read. Nested if statements with 50 lines
between the initial if/endif is hard to read no matter how well it's
documented. Stuff like that should be rewritten.
For an OO example if you have some kind of custom ORM solution, rewriting
for JPA makes more sense to me.
Also, if there is a GOTO anywhere in the program, rewrite the whole thing.
Okay, that's more of a joke, but that's how I feel when I see a GOTO. :-)
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.