in reply to Re^3: Package declaration in code block
in thread Package declaration in code block

That's a very good argument. I haven't thought about that.

But this is the "More-than-one-package-per-file"-case. I was wondering if there is a reason to do so in a package per file.

Regards
McA

  • Comment on Re^4: Package declaration in code block

Replies are listed 'Best First'.
Re^5: Package declaration in code block
by Anonymous Monk on Apr 23, 2014 at 20:46 UTC

    I was wondering if there is a reason to do so in a package per file.

    Probably obedience to some style guide :)

    Or proper laziness -- if copy/paste works, why edit to unindent...