Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nerdponx
on April 8, 2020
|
parent
|
context
|
favorite
| on:
A humble guide to database schema design
OK, but why does that require the
database
to have non-nullable string types?
earthboundkid
on April 9, 2020
[–]
No reason per se, but it’s inconvenient and I’ve seen tons of bugs from “NoneType has no method ‘uppercase()’” that this eliminates.
nerdponx
on April 9, 2020
|
parent
[–]
Sorry, I can't get behind changing the database design to accommodate under-specified data contracts and/or lazy software development.
earthboundkid
on April 9, 2020
|
root
|
parent
[–]
I can't get behind letting theoretical database design concerns trump real world problems with unexpected nulls leading to 500s in production. :-)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: