diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-18 18:49:26 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-04-18 18:49:26 +0100 |
commit | d4fb323e74aa5065e9ac84e99ed2d26e09c27156 (patch) | |
tree | a10175b78e7b9074850121f805ba6f9cf8f956fc | |
parent | c7969da4091512f945dddc374eb37f8a210a9246 (diff) |
Added arbitrarily complex to description of scalability
Scalability is not just on the size of the project, but also its
complexity, so I added an `and/or complex' to the description of the
scalability principle.
-rw-r--r-- | paper.tex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ However, because the systems as a whole are rarely complete (see \ref{principle: IPOL fails here because only the final snapshot is published. \item \label{principle:scalable}\textbf{Scalable:} -A project should be scalable to arbitrarily large projects. +A project should be scalable to arbitrarily large and/or complex projects. \emph{Comparison with existing:} Most of the more recent solutions above are scalable. |