From 7859d915c4f9d3f65917c29bc87e4241b39080b8 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 22 Dec 2014 23:37:01 +1030 Subject: [PATCH] Add a little disclaimer about the current quality of code :) --- framework/core/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/core/README.md b/framework/core/README.md index ba1bc6550..7370b5df5 100644 --- a/framework/core/README.md +++ b/framework/core/README.md @@ -33,6 +33,8 @@ Ember.js is a mature JavaScript framework which will power Flarum’s front-end. I’ve been working on a prototype for some time in-between my studies. In addition to interface design, most of my time has been spent building out the architecture: making decisions about which frameworks to use, the most effective way to componentize everything, standardizing the API, etc. +You might notice that a lot of the code is a bit of a mess right now. This is because I wanted to get things working on a superficial level in order to record material for the Kickstarter video, and since then I haven't yet had sufficient time to clean it up. Please be aware that the mess is not at all indicative of the standard that we're aiming for! + ### What’s Done - [x] The basic technology stack (Laravel and Ember – see above)