From 06f945f27840b53e57795dadbc38e76f7e11ab1c Mon Sep 17 00:00:00 2001 From: Horus3 Date: Mon, 24 Feb 2014 16:42:14 +0100 Subject: init --- .../manual/core/en/coding-standard.overview.html | 155 +++++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 zend/documentation/manual/core/en/coding-standard.overview.html (limited to 'zend/documentation/manual/core/en/coding-standard.overview.html') diff --git a/zend/documentation/manual/core/en/coding-standard.overview.html b/zend/documentation/manual/core/en/coding-standard.overview.html new file mode 100644 index 0000000..346973c --- /dev/null +++ b/zend/documentation/manual/core/en/coding-standard.overview.html @@ -0,0 +1,155 @@ + + +
+ +
+
+ OverviewScope+ This document provides guidelines for code formatting and documentation to + individuals and teams contributing to Zend Framework. Many developers using Zend + Framework have also found these coding standards useful because their code's style + remains consistent with all Zend Framework code. It is also worth noting that it + requires significant effort to fully specify coding standards. + + ++ + + Topics covered in Zend Framework's coding standards include: + + +
Goals+ Coding standards are important in any development project, but they are particularly + important when many developers are working on the same project. Coding standards + help ensure that the code is high quality, has fewer bugs, and can be easily + maintained. + ++ +
|
+ + + | +