That's a part of the GNU Coding Standards which say:
Please use formfeed characters (control-L) to divide the program into pages at logical places (but not within a function)..
I always found that particularly archaic.
And yes, of course I realize that vertical tab and form feed are distinct characters.
Less obviously, emacs has commands that navigate by logical pages (C-x [, C-x ]). And of course you can adjust the regex that denotes logical pages.
That's a part of the GNU Coding Standards which say:
Please use formfeed characters (control-L) to divide the program into pages at logical places (but not within a function)..
I always found that particularly archaic.
And yes, of course I realize that vertical tab and form feed are distinct characters.