From b1150f5ab71f6f1fb8a65760bd1346c7fa400e6a Mon Sep 17 00:00:00 2001 From: Piotr Mitros Date: Mon, 11 Jun 2012 11:01:20 -0400 Subject: [PATCH] Added purpose to scaffolding; should be better phrased --- doc/code_standards.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/code_standards.txt b/doc/code_standards.txt index 5bd2cd0023..8344db6ac5 100644 --- a/doc/code_standards.txt +++ b/doc/code_standards.txt @@ -53,6 +53,8 @@ following standards: 5) Somewhat documented 6) Unpluggable. There should be a setting to disable scaffolding code such that it is never run on production servers. +7) Purpose. The scaffolding must provide a clean reason for existence + (e.g. define a specific interface, etc.) Prototype