Alan Storm has an interesting article up about a way to check configuration files in Magento. One of the consistently painful things to do in Magento is change configuration parameters. Alan’s solution is a new Magento module: Config Lint. In the great spirit of Lint programs, Config Lint runs through your configuration code and finds lines that are likely to be wrong. I don’t think I’m the only one who’s spent hours trying to debug configuration issues in Magento, so this sounds like a great idea.
Go check it out over at Alan Storm’s Blog.