SQLite Forum

Subtle SQLite compliment
Login

Subtle SQLite compliment

(1) By Simon Slavin (slavin) on 2022-01-23 12:18:58 [link] [source]

Extract from https://paperless.blog/faux-idempotency:

The upshot is that a process being “idempotent” comes with a huge caveat: unless you’re working on extremely high quality code (I’m talking SQLite or Mars rover, not 100% test coverage and linted) there are probably many ways in and circumstances under which your code isn’t idempotent

(2) By ddevienne on 2022-01-25 08:26:22 in reply to 1 [source]

In the same vein as Simon's post: From https://apenwarr.ca/log/20211229:

The best part of free software is it sometimes produces stuff you never
would have been willing to pay to develop (Linux), and sometimes at
quality levels too high to be rational for the market to provide (sqlite).