Posted by joachim on October 26, 2008 at 5:34pm
Jump to:
| Project: | UC Discounts |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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?
Comments
#1
I don't really like either to be honest. Can we just remove them and leave the order of functions grouped logically?