From 4e3c401bfe25df4626237156623b2fa3fcfb57bb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 17 Feb 2016 17:19:54 -0500 Subject: stuff --- README.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 README.txt (limited to 'README.txt') diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..8cef47c --- /dev/null +++ b/README.txt @@ -0,0 +1,7 @@ +We only use one Control structure, and keep mutating it each +iteration. We do this instead of just returning a new Control each +time for 2 reasons: + - To simplify code; if we don't have any changes to make, we can just + leave a value alone, and it will stay. This can simplify things + with buttons. + - To avoid putting unnecessary pressure on the GC. -- cgit v1.2.3