Merging files to one
Stephan Bergmann
sbergman at redhat.com
Wed Nov 13 01:17:04 PST 2013
On 11/13/2013 09:34 AM, Tor Lillqvist wrote:
> But the main thing that speaks against re-combining source code files
> that clearly "belongs" together into one source file is the loss of
> (easy) access to version history.
"git-blame -C" can make that a little less painful. And it's always
debatable how much the past should dictate the future, so to say.
However, a class whose implementation requires multiple thousand lines
of code is likely asking for some refactoring into more manageable
pieces anyway.
Stephan
More information about the LibreOffice
mailing list