←back to thread

197 points onnnon | 1 comments | | HN request time: 0.207s | source
Show context
andrewstuart[dead post] ◴[] No.44504131[source]
[flagged]
1. brightball ◴[] No.44504266[source]
Comfort, speed, preference, flexibility, lack of benefit on web projects where all data is by default a string, your ORM has already mapped the types directly in the database and will transform everything automatically without repeat definition, you're dealing with a lot of JSON API calls that may change where you don't _need_ all of the data so being forced into a situation of strictly typing 3rd party nested substructures can created a lot of wasted time...

Just off the top of my head. To each their own.