Some Light Reading

I got a new geek book recently: Pro Drupal Development.

I've written a couple modules that I use on my various sites to display comments in a certain way, and to display past articles posted on the current day. I managed to get those modules to work, but just barely. Each new Drupal release meant I had to re-jig things to get them working properly, but I never understood why things worked.

I bought the book on a whim and so far I am really enjoying it. I am learning a lot about Drupal and how it was architected, how it works, and what I can do with it, and I am only in chapter 4.

Reading the book is also giving me ideas about my modules, how I can write them better, and what new features I can add to them. Now I just need to find some time to sit down and write my module.