summaryrefslogtreecommitdiffstats
path: root/cholerab/enterprise
diff options
context:
space:
mode:
authortv <tv@also>2011-08-08 00:52:26 +0200
committertv <tv@also>2011-08-08 00:52:26 +0200
commit04fea470969698c9587e4fe04e1e42cfaf703b9a (patch)
tree58216aa473f116c8be1bc5cf600f1b64a060c91c /cholerab/enterprise
parent352ab13b308df24c70b4548c764397a8c67a1fd7 (diff)
cholerab/{enterprise -> pattern}
Diffstat (limited to 'cholerab/enterprise')
-rw-r--r--cholerab/enterprise/README52
1 files changed, 0 insertions, 52 deletions
diff --git a/cholerab/enterprise/README b/cholerab/enterprise/README
deleted file mode 100644
index 03c1c068..00000000
--- a/cholerab/enterprise/README
+++ /dev/null
@@ -1,52 +0,0 @@
-Enterprise Patterns
-==================
-Stellt sicher, dass das richtige passiert, egal was gemacht wird
-
-Enterprise Loop
----------------
-
-Enterprise Exception Handling
------------------------------
-ggf ersetzbar durch enterprise loop.
-
-
-Enterprise Installation
------------------------
-
-Rebooting
-----------
-
-Enterprise Einschalter (eon)
-----------------------------
-Device that turns something on as soon as possible.
-
-Supernintendo Pattern
----------------------
-
-Enterprise Root
----------------
-scripts which need root access but are called with lower privileges. The Enterprise Root Pattern provides a Solution for this issue by calling the script itself as sudo.
-<code>
-if test "${nosudo-false}" != true -a `id -u` != 0; then
- echo "we're going sudo..." >&2
- exec sudo "$0" "$@"
- exit 23 # go to hell
-fi
-</script> // enterprise ist, wenn <code> ... </script> trotzdem matcht
-
-Enterprise Shutdown
-------------------
-Mittel der Wahl um einen Shutdown zu erzwingen
-
-Bsp: das Not-Aus in der Maschinensicherheit
-
-Enterprise Deep Copy
---------------------
-Bsp: var copy = JSON.parse(JSON.stringify(source))
-
-Enterprise Thinking
--------------------
-Prozess um auf Enterprise Patterns zu kommen
-
-Bug-Driven Development
----------------------