View Single Post
  #5 (permalink)  
Old 06-12-03, 02:59 AM
Stefan's Avatar
Stefan Stefan is offline
Junior Code Guru
 
Join Date: Jun 2003
Location: Utrecht, The Netherlands
Posts: 599
Thanks: 0
Thanked 0 Times in 0 Posts
yeah, that reusability is a bit weird. functions can be used a lot as well.

as for the idea of recoding without other things changing: functions can also be recoded without the need of rewriting the rest of the system. they just get called, and return something.

I've been learning to write classes lately and I like the way you start to think in terms of grouping your functions, but I feel it might sometimes limit your thought pattern instead of extending it.
Reply With Quote