Open
Description
The GitHub manual is 231 pages long; the reference manual for our entire system -- desktop, file manager, editor, dumper, compiler/linker, and page layout facility -- is only 120 pages, just a little over half that size! So by putting the project on GitHub you've increased the size of the documentation by almost 200%! Surely there must be a simpler and more direct way for us to get whatever GitHub is offering us...
Activity
ZiCog commentedon Mar 16, 2016
You don't need to document the use of github or any source code management system for the end users of your project.
If you have a simpler, more direct way to do what git does the world would be very interested.
GerryRzeppa commentedon Mar 16, 2016
Git may be good for the bazaar, and may even find a place somewhere in the cathedral, but it's not a good fit for the "monastery" where an inspired abbot works with a very small team of dedicated and enthusiastic monks to produce reliable code. When we coded our Plain English development system, we put all the source in a folder called CAL-3000. When we got further along, we saved everything in another folder called CAL-3001. Etc. When we found ourselves with a version what was seriously flawed, we simply deleted the current folder and opened up the previous one. And when we got to something we were satisfied with, we released it (in this case, the CAL-3040). Then we saved everything in a folder called the CAL-4000 and went to work on the next version. So, there. In one paragraph we have the monastery equivalent of the bazaar's 231-page GitHub manual.
michalfita commentedon May 22, 2020
This system has been used in the past by even quite serious large businesses, until the disk were they held they directories failed and they lost of all their source code.
Sorry, 21 years of programming experience doesn't buy the 231 page excuse. I haven't read single page of that manual and I'm capable of using GitHub and git. Utter nonsense, or intended pun.
ZiCog commentedon May 22, 2020
As far as I can tell a large part of the work of monastic scribes was document reproduction and storage.
I suspect they might be all over git and github. Like they were when the printing press technology came along with Gutenberg.
Can I assume GerryRzeppa has some kind of discomfort at his project being forked and worked on by others?
piranna commentedon May 28, 2020
That folders nomenclature scheme is just exactly what the core functionality of git does under the hood, just only that with a bazillion advanced extra features yo manage them. In fact, Linus Tordvalds created first version of git with a bunch of shell scripts...
zai1208 commentedon Aug 4, 2020
Maybe all you need to do is just try and put all the files into a standalone .exe file (if it is possible)