Comments working again

So in my zeal to get our new theme launched, I failed to remember to update some code on the comments page that is in place to keep us spam free.  The end result of this was that Yawasp, our anti-spam plugin, was identifying every comment as spam and rejecting them outright. Anyone that tried to post a comment over the last few days, I apologize profusely and encourage you to come back and post it now.

Special thanks to Ivo Jansch for taking the time to contact us and report the problem!

Posted in: Announcements

Why you really, *really* should document your code properly, inside and out

Coders like to code; coders don’t like to write. It’s no secret that thorough and approachable documentation is a rarity in the coding world. Despite its necessity for the adoptability of a given software package, finding good documentation is notoriously difficult. I’ve seen “documentation” consist of a simple phpDocumentor run. To the folks at Magento: this is NOT DOCUMENTATION!!! It’s merely is an incomplete reference guide!

Maybe it’s because I’m not the greatest coder this side of the Mississippi, or perhaps because I actually have an interest in writing English, but I, for one, like to write documentation. In past projects, I have begged bosses and project managers to allocate time for me to document the code that I have written (every time I was denied…by the way). [Not the case here, for the record. We love documentation and Brandon's new. He'll come to see that. :-) —Ed] Good documentation, whether for internal applications or publicly available code bases is nearly as important as the code itself. Here’s why, after the jump.

Read More »

Posted in: Development, How To, Rants