AtlantaBob
Golden Member
Man, I sure wish I could sleep....
In my insomniac mood, I figured I would play around with a little programming. Why not try to do Conway's Game of Life on Python? I googled first, just to avoid any huge traps, but one thing surprises me. A lot of the "suggested" implementations suggest doing this in an object-oriented framework.
To my (admitted limited) understanding, wouldn't that just add a huge amount of overhead to a program that could be relatively simply implemented in a regular function-based framework? Are professors/others just suggesting that people implement this with objects so that programmers get some experience with object oriented programming?
Thanks for any thoughts.
In my insomniac mood, I figured I would play around with a little programming. Why not try to do Conway's Game of Life on Python? I googled first, just to avoid any huge traps, but one thing surprises me. A lot of the "suggested" implementations suggest doing this in an object-oriented framework.
To my (admitted limited) understanding, wouldn't that just add a huge amount of overhead to a program that could be relatively simply implemented in a regular function-based framework? Are professors/others just suggesting that people implement this with objects so that programmers get some experience with object oriented programming?
Thanks for any thoughts.