Friday, October 31, 2008

Rake TODOs

I've been doing a lot of rails work lately and I've been finding lots of new features in the language and tools. I need to start writing them done to help with my memory. Today I found a good one in rake
rake notes
As usual, rails is all about convention over configuration. There are 3 different tags that will show up if you use them in your code (FIXME, OPTIMIZE, TODO). I've been using the TODO a lot, but I am going to start adding some OPTIMIVE to my coed as well. I've always been a firm believer in optiimize when necessary, but this will help me put in some hints in case things start to slow down.