use function headers
joachim - March 1, 2009 - 08:44
| Project: | Type-local nids |
| Version: | 6.x-1.2 |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | jbrown |
| Status: | active |
Jump to:
Description
The code would be easier to read if the functions had comment headers, eg
/**
* Implementation of hook_node_type.
* When node types are deleted or changed, alter our node_lnid_next table accordingly.
*/

#1
I agree. Please create a patch.