Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Taken out "module"

Several well-known adages in object-oriented design suggest that the dependency structure of a package or module must never contain cycles; that is, it must be representable as a directed acyclic graph (DAG).

...