5 ms·
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 de
by tubs 8mo 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.