Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Documentation
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
snac
Documentation
Commits
7bb20e5b
Commit
7bb20e5b
authored
Sep 30, 2015
by
Robbie Hott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added coding specifications to match PHP architecture
parent
ea79f79c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Coding Specifications.md
Specifications/Coding Specifications.md
+2
-2
No files found.
Specifications/Coding Specifications.md
View file @
7bb20e5b
...
@@ -18,6 +18,8 @@ Source code must match the following style guidelines:
...
@@ -18,6 +18,8 @@ Source code must match the following style guidelines:
*
Class names start with upper-case letters
*
Class names start with upper-case letters
*
Variable and field names start with lower-clase letters
*
Variable and field names start with lower-clase letters
*
No underscores allowed in variable names
*
No underscores allowed in variable names
*
Filenames must match the name of the class defined within (exactly)
*
Directory structure must mirror the namespace structure (PHP)
## Internal Documentation of Code
## Internal Documentation of Code
...
@@ -111,5 +113,3 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
...
@@ -111,5 +113,3 @@ CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
```
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment