|
Joel Fritz <JFritz@sharperimage.com> wrote: > Scott: > > I think you missed the phrase "nut behind the wheel" in my posting. > What I > was trying to point out was that some C programmers exploit the > language's > potential for terseness in a way that does nothing to improve the > application's performance. Pointers and memory management are anoth > area > all together. If you use dynamic memory allocation, you have to > manage > memory yourself (malloc() can return -1, right?) and it's not easy. > We now > can make memory management mistakes in RPG. Joel, I agree that there are poor programmers that write hard to read code in C. You seem to me to be suggesting caution in allowing the same thing to happen in RPG, however. In my opinion, (and apparently also in yours) someone can write bad code in any language (and many people do!) Therefore, lets not lose the big ADVANTAGES, and ways that code can be made EASIER to follow by cautioning against free-form syntax. I think if you use subprocedures that return the proper values, you can already create code that is "too-terse" in RPG. The difference is that its all on the right-half of the screen, and you can't intent it :) And, no, malloc cannot return -1. It returns a pointer, not an integer! * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * This is the RPG/400 Discussion Mailing List! To submit a new * * message, send your mail to "RPG400-L@midrange.com". To unsubscribe * * from this list send email to MAJORDOMO@midrange.com and specify * * 'unsubscribe RPG400-L' in the body of your message. Questions should * * be directed to the list owner / operator: david@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.