you are viewing a single comment's thread
view the rest of the comments
[–] 2 points 2 years ago (1 child)

The series is of to a good start. It's rare to se blog posts doing simple i/o without resorting to some parsing framework or other. Learning about the SQLite file format is nice too.

  • source
  • hideshow 2 child comments
  • [–] [S] 1 point 2 years ago

    It’s rare to se blog posts doing simple i/o without resorting to some parsing framework or other. Learning about the SQLite file format is nice too.

    Yep, especially as it’s basically a standard data storage format, it’s good to have awareness and parsing capabilities for it broadcast around the place.

  • source
  • parent