|
From: Joe z. <jz...@at...> - 2002-08-04 06:40:07
|
My experience with OOP is that it's a different way of thinking. I like the idea of OOP in general, but it's easy for experienced programmers to use it incorrectly because they're used to thinking a certain way. I briefly looked at Eclipse, but I'm too much into admin.php right now to take time to read about it. I'm understanding class_config now and things are starting to fall into place. Today I added lots of comments to help me understand what it's doing and where functions are called from. I've got the server definitions stored in $this->config and the new server fields initialized from the definitions. Next I'll be working on the parsing and rules. I'm pretty much rewriting admin.php, and class_config.php will be heavily modified - so please don't make any big changes to class_config.php until I've checked it in. -- Joe Rene Rask wrote: >Hi > >I've been trying really hard to understand OOP and how to use it. > >I was pointed to a oop system called Eclipse. >Heres a link to it. >http://www.students.cs.uu.nl/people/voostind/eclipse/index.php > >I'm going to base my studies on that and try to implement something that >we can use in BOBS. > >Take a look at it if you have the time. > >Hope you are having less problems with the admin pages ;-) > >Rene > > > > >------------------------------------------------------- >This sf.net email is sponsored by: Dice - The leading online job board >for high-tech professionals. Search and apply for tech jobs today! >http://seeker.dice.com/seeker.epl?rel_code=31 >_______________________________________________ >Bobs-devel mailing list >Bob...@li... >https://lists.sourceforge.net/lists/listinfo/bobs-devel > > > |