Did Drupal dev for 2 years, and my biggest takeaway was: Don't go around installing custom modules for one dinky feature. Wrap it up in your own custom module.
Less dependency hell to deal with, and not only that, you'll have a much easier time debugging code you wrote yourself.
That said, I wholeheartedly agree.
Did Drupal dev for 2 years, and my biggest takeaway was: Don't go around installing custom modules for one dinky feature. Wrap it up in your own custom module.
Less dependency hell to deal with, and not only that, you'll have a much easier time debugging code you wrote yourself.