|
|
|
|
|
by JosephusAMiller
162 days ago
|
|
> Recoding SQLite in Go is unlikely since Go hates assert() I've heard it said you shouldn't use asserts in production code, but handle errors and exceptions instead? That said, can't you just 'if !condition() {panic...}' to simulate the behavior? Or are they talking about something specific about Golang? |
|