-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Separate code and autogenerated data #56
Comments
I agree that this isn't ideal. However, I'm inclined to keep things as they are for now. Firstly, the current implementation is simple, works pretty well AFAICS, and fits my brain very well. Secondly, not all files in the Thirdly, at some point it might be nice to convert some of the stuff in So: "maybe, but not right now". |
I'd love to contribute some improvements to the website, but I don't want to touch a repository that's actively using autogenerated commits ... but it's not a pressing matter, I am quite busy with other projects anyway. Ad 2: Not a problem files can easily be copied. |
Yeah, quite possibly. Again, it was sort of a "hey, this works! Let's do it!" kind of thing. If it's useful for other people then that's awesome, but this is basically a hobby project for me first and foremost. I'm mostly here to have fun 😀 |
Oh I just realized that the website also includes the API documentation, which you generate with mkdocs? That's quite nifty :), so using mkdocs does probably make sense. |
Separate to the principle of the thing (which I agree you're correct on, the autogenerated data should indeed be more cleanly separated from the code in an ideal world) — what exactly is your concern here, out of curiosity? Security issues? Concern that you might accidentally edit a file that's meant to be generated? |
You'll be pleased to know that, following #82, none of the MarkDown files in the |
I like to put effort into my commits to make the git log as readable as possible and don't really feel compelled to do so when the repository is actively using autogenerated commits. Sidenote: git log also doesn't have an easy way to exclude an author but even if it did, many people probably browse the log via the GitHub web interface which also doesn't have this functionality. |
Very fair, I get that! There will be fewer autogenerated commits now. I'm continuing to work on getting them down to 0. |
I think
examples
andstats_website
should both live either in another branch or another repository, so that updates to them do not clutter up the commit history of themain
branch of this repository.The text was updated successfully, but these errors were encountered: