Talk About Network



Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Cobol > Re: Thoughts on...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 11 Topic 4082 of 4167
Post > Topic >>

Re: Thoughts on teaching OO concepts to COBOL programmers

by Robert <no@[EMAIL PROTECTED] > Apr 11, 2008 at 07:14 PM

On Fri, 11 Apr 2008 01:02:32 -0400, Joe Zitzelberger <zberger@[EMAIL PROTECTED]
>
wrote:

>But I would really appreciate hearing about your experiences going from 
>COBOL to any OO style of programming.  What were your pitfalls, what was 
>helpful, etc.

One pitfall is they will find ways to turn OO design back into Cobol
concepts. It will
happen during maintenance, after designers and developers have moved on. 
Suppose one
method requires a logic change. Instead of doing it the OO way, they'll
copy and paste the
logic into their client program, just to change a few lines. Before you
know it, there
will be ten slightly different versions of the method. 

They will say a change to the base method would have required re-testing
every application
that used it. This way requires testing only one. And an overload is
inefficient. 

If the object is a structure that will be stored in a database row,
they'll replicate
fields into other structures stored in other tables. Their rationale will
be efficiency
and simplification. No one will question how redundant unsynchrnized data
makes the system
simpler.




 11 Posts in Topic:
Thoughts on teaching OO concepts to COBOL programmers
Joe Zitzelberger <zber  2008-04-11 01:02:32 
Re: Thoughts on teaching OO concepts to COBOL programmers
Rene_Surop <infodynami  2008-04-11 01:00:40 
Re: Thoughts on teaching OO concepts to COBOL programmers
razor <iruddock@[EMAIL  2008-04-11 01:44:11 
Re: Thoughts on teaching OO concepts to COBOL programmers
Robert <no@[EMAIL PROT  2008-04-11 19:14:41 
Re: Thoughts on teaching OO concepts to COBOL programmers
"William M. Klein&qu  2008-04-12 02:26:15 
Re: Thoughts on teaching OO concepts to COBOL programmers
"Charles Hottel"  2008-04-12 11:53:55 
Re: Thoughts on teaching OO concepts to COBOL programmers
"Pete Dashwood"  2008-04-13 10:18:36 
Re: Thoughts on teaching OO concepts to COBOL programmers
"Charles Hottel"  2008-04-12 23:16:29 
Re: Thoughts on teaching OO concepts to COBOL programmers
"Pete Dashwood"  2008-04-13 19:42:36 
Re: Thoughts on teaching OO concepts to COBOL programmers
Joe Zitzelberger <zber  2008-04-17 00:54:53 
Re: Thoughts on teaching OO concepts to COBOL programmers
"Pete Dashwood"  2008-04-12 19:42:14 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Fri Jul 4 21:12:24 CDT 2008.