Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added specific references to standards witht the same requirements

...

Both the The Elements of Java™ Style [Rogue 2000] and the JPL Java Coding Standard [Havelund 2010] require that the dependency structure of a package must never contain cycles; that is, it must be representable as a directed acyclic graph (DAG).

Eliminating cycles between packages has several advantages:

...