Re: GitHub Mirror Workflow
Posted by
Sean P. DeNigris on
Apr 08, 2015; 3:48pm
URL: https://forum.world.st/GitHub-Mirror-Workflow-tp4810339p4818401.html
EstebanLM wrote
why would you want another format form mirroring?
For the case when one is only actually committing to e.g. StHub and then mirroring to GitHub for external visibility, the purpose is not served when a casual observer must drill down several levels to view each method individually. One-class-per-file would be better in that case (where no actual SCM is being done via Git). And if one was using Git, it would still be handy - for the same reason - to have a read-only one-class-per file handy for a quick perusal via GitHub
Cheers,
Sean