top | item 41158929 (no title) dasyatidprime | 1 year ago And how does the caller extract those fields? discuss order hn newest AdieuToLogic|1 year ago > And how does the caller extract those fields?The same way one would when returning an anonymous map in JavaScript - via reflection and the assumption of what was returned.While JavaScript makes the use of reflection less burdensome, it has the same collaboration fragility as a Java version. Just with less ceremony.
AdieuToLogic|1 year ago > And how does the caller extract those fields?The same way one would when returning an anonymous map in JavaScript - via reflection and the assumption of what was returned.While JavaScript makes the use of reflection less burdensome, it has the same collaboration fragility as a Java version. Just with less ceremony.
AdieuToLogic|1 year ago
The same way one would when returning an anonymous map in JavaScript - via reflection and the assumption of what was returned.
While JavaScript makes the use of reflection less burdensome, it has the same collaboration fragility as a Java version. Just with less ceremony.