Code comments cleanup
joachim - October 26, 2008 - 17:34
| Project: | UC Discounts |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Psynaptic mentioned he finds section separators formatted like doxygen comments to be a bit loud:
/*******************************************************************************
* Hook Functions (Ubercart)
******************************************************************************/Loud, but splitting the code into logical areas can be helpful.
Here's what I've just noticed in Views:
// ---------------------------------------------------------------------------
// Filter handlersQuiet enough?

#1
I don't really like either to be honest. Can we just remove them and leave the order of functions grouped logically?