Document experiments/ directory

This commit is contained in:
Hanno Braun 2024-11-27 19:19:53 +01:00
parent ae0d46c702
commit e6edbe90b4

7
experiments/README.md Normal file
View File

@ -0,0 +1,7 @@
# Fornjot - Experiments
Sometimes I need to try something that has a good chance of not working out. If I do that, I sometimes don't want to be encumbered by existing code. And I don't want to have the responsibility of cleaning up after myself; which I would have to do, if an experiment in the actual Fornjot code were to fail.
This is what the experiments in this directory are for. They provide this unencumbered playground.
I generally try to document what an experiment is for and how it went, but I might not do that until after it's done.