Coupled Classes


Description:

Coupled classes are classes that do not meet the requirements for a reusable class. These classes often are projects meant to to do very specific tasks, such as navigating a SPOTBot through an obstical course. They either have no reusability value or simply have not yet met the standards.

Note that this does not mean that coupled classes are useless, it simply means that future projects are likely not going to use them.


See also:

The SPOTBot Wiki Home

SourceCode

Modularized Classes