←back to thread

216 points todsacerdoti | 1 comments | | HN request time: 0.207s | source
Show context
mmiao ◴[] No.43110213[source]
Making a basic database that works is not hard, but making a robust one is really hard. What makes SQLite shines is its extensive testsuite. I still don't understand the motivation of limbo, as without years of hardwork on test you can't say you are correct, and why i should pay for it...
replies(3): >>43110449 #>>43110974 #>>43115007 #
1. n42 ◴[] No.43110974[source]
Something being hard doesn't mean it's not worth trying.

It's up to the developers to decide if the outcome is worth the effort.

Maybe they're right, maybe they're wrong, but either way – if they succeed, we're all better off for it, aren't we?