From e5f596ea73f89f2d901fea6226beba690cb0daec Mon Sep 17 00:00:00 2001 From: selpahi Date: Thu, 5 Jun 2014 17:51:49 +0200 Subject: [PATCH] containers Make every container gismu parallel the following pattern: "x1 is a containing x2" (plus additional places where they are needed) In other words, remove the "intended for being filled with x2" idea everywhere and make the containers actually be filled with x2. This is way easier to handle. --- global/containers | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 global/containers diff --git a/global/containers b/global/containers new file mode 100644 index 0000000..6c18a30 --- /dev/null +++ b/global/containers @@ -0,0 +1,5 @@ +Make every container gismu parallel the following pattern: + +"x1 is a containing x2" (plus additional places where they are needed) + +In other words, remove the "intended for being filled with x2" idea everywhere and make the containers actually be filled with x2. This is way easier to handle.