Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 997 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 997 Bytes

This is my attempt to refactor BrewBlogger to much better code, and ultimately add features that I want.

The plan of attack is:

  1. Move all HTML out of PHP files and into Twig templates
  2. Move all database access to Doctrine
  3. Add Silex for routing and dependency injection. Part of that will involve moving pages into their own controllers.
  4. Normalize the database
  5. Extract functionality from controller and global functions into objects where it makes sense

As the development progresses, I'll initially be writing Behat tests to confirm I haven't broken anything. Once the project is more stabilized, I'll be writing PHPUnit unit tests and adding CI.

Build Status