Search by Year/Make/Model

Coding Critique is the place to post source code for peer review by other members of DevNetwork. Any kind of code can be posted. Code posted does not have to be limited to PHP. All members are invited to contribute constructive criticism with the goal of improving the code. Posted code should include some background information about it and what areas you specifically would like help with.

Popular code excerpts may be moved to "Code Snippets" by the moderators.

Moderator: General Moderators

Post Reply
josh
DevNet Master
Posts: 4872
Joined: Wed Feb 11, 2004 3:23 pm
Location: Palm beach, Florida

Search by Year/Make/Model

Post by josh »

I released parts of my main business as open source. Looking forward to critiqueing :-)

This started out as a word document describing the places to "hard code" into the Magento web-shop. Over the last year or so it evolved into a full blown extension (for Magento). Today I released the "core" of it as open source.

Let me know what you think, good or bad.

http://vehiclefits.com/download.php (scroll to bottom and agree to terms :twisted: I promise you're not signing your soul over or anything.)

It started out without any unit tests, and over the last few months I have been writing them and fixing stuff. I have yet to completely "separate" all the stuff Magento imposed on me, but I made the code as re-usable as possible. Just as a disclaimer the messier stuff is in Block/ Adminhtml/ and Helper/. It also started out using mysql_query() and has been recently ported to use Zend_Db (since Magento uses that already anyways.)
Post Reply