diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-09-21 15:11:21 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-09-21 15:11:21 +0200 |
commit | 8371ad8f7c0e31187da687a5a5f5fc0e46a1fc50 (patch) | |
tree | 17b76b1a549e29f5dc71b4fa8fee456b06b76359 /doc | |
parent | m (diff) | |
download | mds-8371ad8f7c0e31187da687a5a5f5fc0e46a1fc50.tar.gz mds-8371ad8f7c0e31187da687a5a5f5fc0e46a1fc50.tar.bz2 mds-8371ad8f7c0e31187da687a5a5f5fc0e46a1fc50.tar.xz |
on code quality
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 5ea27a8..a3c63c5 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -5112,6 +5112,12 @@ their purpose makes it very easy to find where you want to do patching in the source code. @item +Spaghetti code to a larger extent is virtually +impossible; the microserver architecture guarantees +a certain quality of the code architecture for +the display server. + +@item If the message passing used in the display server allows for message modification and retrieval ordering, extending, modifying and using the display |