5 ms·
Simplicity. It’s a bunch of files, trivial to edit, version and develop against. This is important for things sometimes intended to stay relevant for a long tim
by solarkraft 20d ago
Simplicity. It’s a bunch of files, trivial to edit, version and develop against. This is important for things sometimes intended to stay relevant for a long time.
I’d flip the question towards the benefits more complicated solutions give you. One conclusion might be “not enough”.
- adsharma 15d agoSimplicity is in the eye of a beholder. It's not an argument backed by facts. Many single file graph databases out there. They should be "simpler" since it's one file vs many. Text files vs binary is what you're arguing. Why don't you store your phone address book as a text file? Everyone know the answer to that one. SQLite is a solid, well accepted answer. You already have 20 of them on your phone. We need to build a similar option for graphs instead of the markdown detour.