diff --git a/Usecases/README.md b/Usecases/README.md
index 09472b96b5d230950348151397ddeeed5a310cde..03ab25a27c3819e10c8a41b8f36b0bd70a516afe 100644
--- a/Usecases/README.md
+++ b/Usecases/README.md
@@ -12,6 +12,12 @@ The structure is as follows.
 Each of the folders contains subfolders such as `one-patch`, `two-patch` and `multi-patch` holding domain decomposition examples featuriing one-patch, two-patch or multi-patch substructurings. This ordering has been introduced to
 keep things tidy. You may introduce your own ordering, of course.
 
+Each usecase is a python script making use of the code in `../LDDsimulation`
+to setup and run a simulation.
+The different usecases could have been distilled in a usecase class to increase
+maintainability. This was desided against mostely due to time contstraints.
+If you plan on expand on this code, it might be a good idea to think about
+a usecase class to tidy up the usecases even further. 
 >>>
 **!Waring!**
 The usecases in the various `Archive` folders are obsolete.