This repository was archived by the owner on Jul 26, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Developer Resources
Ryan Raub edited this page Jan 25, 2016
·
5 revisions
This page contains links and tutorials on many aspects of the development process for this capstone. The "★" means that the link is highly recommended reading material.
- ★ PHP the right way
- WordPress Coding Standards
- PHP_CodeSniffer is what we use to test our code against the coding standards.
- A Note About Git Commit Messages
- ★ Writing Good Commit Messages
- Git-Flow | How it's used and why you should
- Git Rebase Considered Harmful
- 9-30-2015 Git Better.pdf
Design Patterns - Software Design Patterns
- The most useful patterns to know for this project: Strategy, Factory, Singleton, Facade, Chain of Responsibility
- A good PHP repo on implementing design patterns
- Javascript Design Patters Book
- A good simple explanation of the different design patters
- Dependency diagram for design patterns: Helps to know which ones to learn first
Documentation - Design docs
SOLR
Test Server - Info about our test server
Test Server Setup - SOLR configuration tut
Misc.
Snippets - Useful snippets