Earlier quoted context omitted.
[deleted]
That's a holdover from the good old days when you had to search through 3" of fanfold paper for your function, they become a bit easier to spot like that.
More or less, I had said that I hate that kind of coding convention, because while it's well intentioned, in reality it mostly adds an incentive against extracting repetitive code out into new functions. Also, I'm tired of seeing comments that say:
/*******************
* theFunctionName *
*******************/
because somebody's shortsighted coding conventions required it - they tend to camouflage comments that actually matter. If you need big headlines to find where your functions start, get a better editor. (But I'm sure that was less applicable a decade or two ago.)