7 ms·
The correct interpretation here is that golang chose explicit context passing where java chose implicit. It's similar to explicit DI vs implicits. the functio
by throwy2342 3y ago
The correct interpretation here is that golang chose explicit context passing where java chose implicit.
It's similar to explicit DI vs implicits.
the function coloring metaphor doesn't make sense since the calling convention is the same nor are there extra function keywords (`async` vs non-async).