top | item 32147865

(no title)

austinwade | 3 years ago

> 2: Don't use a DB. Use human-readable text files

This is interesting, can you elaborate? Do you mean like CSV files, or some JSON structure, etc?

discuss

order

TekMol|3 years ago

Depends on what you want to build.

I do use CSV and JSON for some types of data, yes.

Sometimes I use YAML. Sometimes just free text. Sometimes I roll my own format.

sudopluto|3 years ago

this also holds true for serialized vs plain text data (json, csv, or roll your lang + parser : ))