Hugh Sasse Staff Elec Eng <hgs / dmu.ac.uk> writes:

> I have been building up my software in ruby, and now have a number
> of related classes defined.  However, I am finding that connecting
> them together into a whole is difficult.  I can manage the individual
> connections, but basically I losing my grip on the overall structure.

Hugh:

I'm sure you're doing this, but just in case... Have you experimented
with factoring your classes into modules, and then reducing the
coupling between these modules. That can often simplify understanding
the code.

Regards


Dave