| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Dec 2007
Posts: 78
|
There is a fantastic book by Matt Weisfeld called "The Object Oriented Thought Process". Here is a column of the same title written by Matt.
* the examples are given in Java mostly The Object-Oriented Thought Process Moving from Procedural to Object-Oriented Development Object Relationships Thinking in Objects Furthering the Object-Oriented Mindset Exploring Encapsulation Hiding Data within Object-Oriented Programming Protecting Data through Object-Oriented Programming Putting an Object in a Safe State The Components of a Class The Evolution of Object-Oriented Languages Object Responsibility Object Construction Inside Constructors Encapsulation vs. Inheritance Packaging Objects to Preserve Encapsulation Object Signatures |
|
|
|
|
|
#2 |
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,000
|
cool! Thanks h00d
__________________
I'm old enough to know better and young enough to do it anyway. -- maskedman |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2007
Posts: 78
|
np FG
Here are a few more. Some of them are about Java features others are about design. Good spare time reading. http://www.artima.com/designtechniques/index.html |
|
|
|
|
|
#4 |
|
Registered User
Join Date: Dec 2007
Posts: 78
|
This is a rather long video, but Juergen Hoeller goes into great detail regarding packages. Probably the best resource on designing packages and organizing code bases I've seen.
Code Organization Guidelines for Large Code Bases |
|
|
|
|
|
#5 |
|
Registered User
Join Date: Dec 2007
Posts: 78
|
Robert C. Martin covers a way to manage expectations regarding project estimation here:
(ootips) Estimating OO Projects Original Column |
|
|
|
|
|
#6 |
|
Registered User
Join Date: Dec 2007
Posts: 78
|
I've worked at agencies which use Flash Doctors Syringe, a Dependency Injection framework. I don't have anything bad to say about Flash Doctors, but I found this to be overkill for the kind of work that was being done. Whether you find yourself in a legitimate situation or not understanding dependency injection will be very important. Martin Fowler has a good article to start with:
Inversion of Control Containers and the Dependency Injection pattern |
|
|
|
|
|
#7 |
|
Registered User
Join Date: Dec 2007
Posts: 78
|
|
|
|
|
|
|
#8 |
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,000
|
as if I didn't have enough to do...now I got to read all this stuff too
![]() I'll get to this stuff once I get done writing my use cases. Thanks for all these resources. I find myself reading more Java related stuff than AS anymore.
__________________
I'm old enough to know better and young enough to do it anyway. -- maskedman |
|
|
|
|
|
#9 |
|
Registered User
Join Date: Dec 2007
Posts: 78
|
|
|
|
|
|
|
#10 |
|
rather be programming
Join Date: Feb 2005
Location: City of Angels
Posts: 10,000
|
Hey h00d, Do you have any unit testing frameworks for AS 3?
__________________
I'm old enough to know better and young enough to do it anyway. -- maskedman |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Structuring AS3 OOP Website? | theitalianone | ActionScript 3.0 | 13 | 09-19-2009 03:23 AM |
| Dynamic buttons using OOP | Trioxera | ActionScript 2.0 | 2 | 12-27-2007 11:21 AM |
| Essential AS 2.0 OOP | lelales | Flash 8 General Questions | 1 | 08-10-2007 07:42 PM |
| OOP Project Development stages | tiru | Flash 8 General Questions | 0 | 07-20-2007 01:50 PM |
| Excellent OOP Tutorial | Mazoonist | ActionScript 3.0 | 2 | 07-14-2007 02:06 AM |