View Full Version : Good OOP book
panel
07-03-2007, 10:43 AM
Hi
With as3 I decided to move my programing to OOP only.
I reviewed "Head First Object-Oriented Analysis and Design" and few other books and I can say that I am familiar with OOP concept. My biggest project has about 30 classes. What I need is book that will leran me thinking in OOP way on bigger projects. I am warare that there is no as3 book at the moment so popably book with java examples will be the best choice at the momet.
I looked for OOP book, but there are to may and I don't want to choice this book by cover or random, so I am waiting for advices.
jsebrech
07-03-2007, 01:06 PM
What do you mean by "bigger"? Are you talking about large systems with hundreds of classes? If so I doubt there are many books out there. You're better off looking at books about design patterns and multi-tier architecture. The goal is to divide the architecture into manageable groups of classes, with clear and simple methods of communication between them. Model/view/controller is a great example of how you can make larger projects more manageable. The basic principles of OOP keep applying regardless of project size. You need to have maximal cohesion between the functionality in your class/package/module/library/application, and minimal cohesion between different classes/packages/libraries/applications.
panel
07-03-2007, 08:40 PM
The goal is to divide the architecture into manageable groups of classes, with clear and simple methods of communication between them...
This is what I exacly want to learn.
When I am starting working on project everything is fine but I have filling that over time my classes grow to mutch. I know that good analisys is key to success, but due nature of my projects (new fnctionality is designed/needed over time) I can't plan to mutch.
Any goog titles?
mattkenefick
07-03-2007, 08:48 PM
This is what I exacly want to learn.
When I am starting working on project everything is fine but I have filling that over time my classes grow to mutch. I know that good analisys is key to success, but due nature of my projects (new fnctionality is designed/needed over time) I can't plan to mutch.
Any goog titles?
Get a PHP book.
Where are you from?
panel
07-03-2007, 09:13 PM
Get a PHP book.
Where are you from?
Yes, but as i said there are a lot of books and I hope some one will adjust proper book for my needs (good book with is worth recommending).
Warsaw (profile updated). Why you are asking :>
great site for design patterns.
http://www.dofactory.com/Patterns/Patterns.aspx
much of the code is geared to .net, but if you look at the code examples. you should very easily be able to build them in as3.
lots of good examples. with a very nice group of design patterns.
panel
07-03-2007, 11:00 PM
Thanks
Here (http://home.earthlink.net/~huston2/dp/patterns.html) is another good page with design patterns.
|
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.