Article Discussion
What's a Method to Do?
Summary: In this installment of the Design Techniques column, brush up on how -- and why -- to divide a class's functionality among its methods. I demonstrate how to maximize method cohesion while keeping the total number of methods to a manageable level.
1 post on 1 page.      
« Previous 1 Next »
The ability to add new comments in this discussion is temporarily disabled.
Most recent reply: April 1, 1998 9:34 AM by Bill
Bill
Posts: 409 / Nickname: bv / Registered: January 17, 2002 4:28 PM
What's a Method to Do?
April 1, 1998 9:34 AM      
In this installment of the Design Techniques column, brush up on how -- and why -- to divide a class's functionality among its methods. I demonstrate how to maximize method cohesion while keeping the total number of methods to a manageable level.

Read this Artima.com article:

http://www.artima.com/designtechniques/cohesion.html
1 post on 1 page.
« Previous 1 Next »