On 4/29/19, Richard Hipp <[email protected]> wrote: > > Because assert() can be and is commonly misused, some programming > language theorists and designers look with disfavor on the whole idea > of assert(). For example, the Go programming language omits a built-in > assert(), since the Go developers feel that the harm caused by misuse > outweighs the benefit of having assert() as a built-in. The > developers of SQLite disagree with that assessment. Indeed, the > reason why this article exists is to push back against the notion that > assert() is harmful. >
Language similar to the above is now on the website. Your feedback is appreciated. -- D. Richard Hipp [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

