Y
Hacker News
new
|
ask
|
show
|
jobs
by
tubs
142 days ago
Dynamic is still nice when you’re dealing with unknown data imo. More hygienic to read than dictionary access through string keys for example.
I use it when deserializing unknown message types.