Skip to content

Instantly share code, notes, and snippets.

@Momus
Created May 20, 2018 01:59
Show Gist options
  • Save Momus/4e42f6e5ca3e4658cb5033145c5a80e1 to your computer and use it in GitHub Desktop.
Save Momus/4e42f6e5ca3e4658cb5033145c5a80e1 to your computer and use it in GitHub Desktop.
W. P. Stevens, G. J. Myers, and L. L. Constantine, “Structured Design,” IBM Systems Journal, Vol. 13, No. 2, 1974
Simplicity is the primary measurement recommended for evaluating alternative
designs relative to reduced debugging and modification time. Simplicity can be
enhanced by dividing the system into separate pieces in such a way that pieces
can be considered, implemented, fixed and changed with minimal consideration
or effect on the other pieces of the system.
@jthodge
Copy link

jthodge commented Jul 18, 2024

@Momus Thank you! I'd deeply appreciate the pdf: j.taylor.hodge@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment