aboutsummaryrefslogtreecommitdiffstats
path: root/root/articles/mmmfs/evaluation
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2019-12-22 15:01:47 +0000
committers-ol <s-ol@users.noreply.github.com>2019-12-22 15:09:53 +0000
commitaab83d4f51ede07cad4152fa9d7b73db054a5963 (patch)
treebec3b46add73e75e7ac07a6588336c1f8c81cea7 /root/articles/mmmfs/evaluation
parentadd ba_log 2019-12-20 (diff)
downloadmmm-aab83d4f51ede07cad4152fa9d7b73db054a5963.tar.gz
mmm-aab83d4f51ede07cad4152fa9d7b73db054a5963.zip
lots more writing
Diffstat (limited to 'root/articles/mmmfs/evaluation')
-rw-r--r--root/articles/mmmfs/evaluation/text$markdown+sidenotes.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md b/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md
index 773c842..812b0c5 100644
--- a/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md
+++ b/root/articles/mmmfs/evaluation/text$markdown+sidenotes.md
@@ -2,6 +2,9 @@ evaluation
==========
## examples
+In this section I will take a look at the implementations of the example for the use cases outlined above,
+and evaluate them with regard to the framework derived in the corresponding section above.
+
### publishing and blogging
Since mmmfs has grown out of the need for a versatile CMS for a personal publishing website, it is not surprising to
to see that it is still up to that job. Nevertheless it is worth taking a look at its strengths and weaknesses in this
@@ -159,8 +162,8 @@ The content editor is wholly separate from the visible representation, and only
fileder can be edited. This means that content cannot be edited in its context, which is particularily annoying
due to the fragmentation of content that mmmfs encourages.
-As a result, the experiences of interacting with the system at large is still a very different experience than
-editing content (and thereby extending the system) in it. This is expected to represent a major hurdle for users
-getting started with the system, and is a major shortcoming in enabling end-user programming as set as a goal for
+As a result, interacting with the system at large is still a very different experience than editing content (and
+thereby extending the system) in it. This is expected to represent a major hurdle for users getting started with the
+system, and is a major shortcoming in enabling end-user programming as set as a goal for
this project. A future iteration should take care to reconsider how editing can be integrated more holistically
with the other core concepts of the design.