No, I don’t think so. Readme pages should be the lowest common denominator to information on the project no matter where you come across it. I think markdown is probably as fancy as it can get and still be readable in the terminal after I clone the repo, or any ide, or the browser. I think of it as a more formatted man page. Would I want a man page to be interactive? Or only work in a browser. I also think if GitHub…
Notebook Is A Better Readme
31–40 of 79 posts
Re: Notebook Is A Better Readme
#32[1]: https://github.com/nextjournal/notebook-format-demo/blob/mas...
[2]: https://github.nextjournal.com/nextjournal/notebook-format-d...
Re: Notebook Is A Better Readme
#33That said, I definitely see how this can become invaluable in documentation for DevOps tools.
Re: Notebook Is A Better Readme
#34Re: Notebook Is A Better Readme
#35Re: Notebook Is A Better Readme
#36Earlier quoted context omitted.
This. Readme files should be readable by anyone. That's one of the promises in the filename (it is readable ;) ). There is a reason readme files are not PDF files.
Readme files aren’t readme files anymore. Now they’re collaborative team documents used for all sorts of purposes, such as onramping new people or explaining bureaucratic structure. The times should reflect this evolving need.
Re: Notebook Is A Better Readme
#37Org mode is a better readme and a better notebook :)
If there isn't, it seems that "org mode" is a very bad name and it should be called simply "emacs". Or, if you want to be too precise, "emacs, with some configuration tweaks".
Re: Notebook Is A Better Readme
#38Earlier quoted context omitted.
This. Readme files should be readable by anyone. That's one of the promises in the filename (it is readable ;) ). There is a reason readme files are not PDF files.
Readme files aren’t readme files anymore. Now they’re collaborative team documents used for all sorts of purposes, such as onramping new people or explaining bureaucratic structure. The times should reflect this evolving need.
I also like that the on-ramp document can get PRs from new hires who find some improvement, etc etc.
Re: Notebook Is A Better Readme
#39Re: Notebook Is A Better Readme
#40Earlier quoted context omitted.
This. Readme files should be readable by anyone. That's one of the promises in the filename (it is readable ;) ). There is a reason readme files are not PDF files.
Readme files aren’t readme files anymore. Now they’re collaborative team documents used for all sorts of purposes, such as onramping new people or explaining bureaucratic structure. The times should reflect this evolving need.
There's no need since, these needs are already addressed in their own files for decades IMHO.
Readme files are a general map most of the time. Other relevant files are "Install", "Contributing", etc. Your README should be concise and refer to another text (or markdown) files in the repository.
Of course people adapt and evolve but, I don't understand the attitude of "We've just invented this". No, we didn't. README.1st, CONTRIBUTING files are as old as computing now.