[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: how to or could I ?

  • Thread starter Thread starter marian.edu
  • Start date Start date
Status
Not open for further replies.
M

marian.edu

Guest
Sebastian, having structured code (not to mention ‘correctly’ formatted) often brings little value to the business :) The thing with multiple output parameters is, for me at least, a clear indication your UDF is probably doing more than it should… mind you I’m perfectly ok with the old Java way, that object can be a generic collection or maybe just a ’structured’ object like json object/array. No one said you should not use functions though, albeit much of what you name as advantages over procedures could pretty much be fixed by PSC at least for internal procedures… external procedures, those ran in super (including functions) can be excused ;) Using routines with multiple parameters might become a pain later on, changing the signature of the routine is not always an easy task… guess a trip to the dark side (javascript) may break any strongly type developer :D Marian Edu Acorn IT www.acorn-it.com www.akera.io +40 740 036 212

Continue reading...
 
Status
Not open for further replies.
Back
Top