cmillr / simple-md

A very-simple website platform based on PHP and Markdown.
1 stars 0 forks source link

Refactor Engine into OO via TDD #5

Open cmillr opened 12 years ago

cmillr commented 12 years ago

The codebase is simple enough at this time it should be simple enough to TDD an OO replacement.

Today the entire SimpleMD Engine consists of about 30 lines of procedural code and 40 lines of functions. Doing it over, the right way, should hopefully not take too very much time.