Here is the example module with bad example naming:
http://cvs.drupal.org/viewvc.py/drupal/contributions/docs/developer/exam...

Its confusing , because I cant decide where placeholder starts and ends:
Is is 'example' or 'node_example'?
Is starting 'node_' required or not?

I want to create a new module : "MYDRUPALMODULENAME". Which one below should I use?

node_example_node_info(... ==> node_MYDRUPALMODULENAME_node_info(...
or
node_example_node_info(... ==> MYDRUPALMODULENAME_node_info(...

Comments

papile’s picture

starting node_ is not necessary. I guess that can be confusing to a new user.