|
|
|
|
|
by maxwell
6496 days ago
|
|
Anyone here having much success with Drupal? Some guys I worked with tried it on a client project last year, and it seemed like it took then longer to hack modules than it would have to have build it from scratch. Is there just a high learning curve? |
|
The documentation is a little on the light side and you have to learn the language of 'drupalese' before some things start to make sense. The fact that most of the core developers of Drupal don't speak English as their native tongue might play a factor
I've found there is pretty much always some sort of hook to add you code to change things to work without having to mess with the core source code which is nice. Some of the modules may need some code changes but of course nobody is forcing you to use them.
I think it is easy to underestimate the amount of work required for a project whether you are coding it from scratch, using a framework or using something like Drupal. With Drupal (or to a lesser extent a framework) you probably won't notice all the time being saved by having the 'basics' taken care of.