From 9986a340722207979a857e63a19f3bce95996e85 Mon Sep 17 00:00:00 2001 From: pigmonkey Date: Tue, 31 May 2011 03:31:05 -0400 Subject: [PATCH] Added a README --- README | 1 + 1 file changed, 1 insertion(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..82d39ea --- /dev/null +++ b/README @@ -0,0 +1 @@ +AllTheLittleThings is an addon for World of Warcraft that I created as my way of storing small snippets of code or simply code that was not important enough to stand on its own. This is my recent rewrite, breaking everything up into modules and making it much simpler to extend. While the core was written entirely new, many of the snippets in any module were written a long time ago, so there is more than a fair share of poor lua programming practices floating around.