Why Function Arguments Are Not Function Colors
- In several debates online about function colors over the years, people have argued the apparently reasonable position that function arguments can constitute colors as well.
- For instance, in Go, there is a context.
- Context value, which manages timeouts, cancellation, and a small amount of data that can be threaded through various functions.
Unverified
- In several debates online about function colors over the years, people have argued the apparently reasonable position that function arguments can constitute colors as well.
- For instance, in Go, there is a context.
- Context value, which manages timeouts, cancellation, and a small amount of data that can be threaded through various functions.
Sources: Jerf