You are currently browsing the Klevo blog blog archives for July, 2010


Learning Access Control Lists

I am just studying ACLs in CakePHP. This is one of the most brilliantly written pieces of documentation I’ve read in my web dev career. And I don’t mean it ironically. Whoever written this – thanks man!

Unit testing/Test driven development

…really enjoying it. I have been doing unit testing sparingly for a long time, but just now I am really starting to take it serious. Every new functionality I add to a project/application I am working on I seal with sufficient unit tests. Also it’s much faster to develop and test business logic using tests than testing it trough GUI. I’ve been missing a lot!