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 handlers

Quiet enough?

Comments

psynaptic’s picture

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