Comment by eptcyka
1 day ago
I love how during prototyping, the compiler will tell me off for having an unused variable and fail to compile. I totally love the idea of crashing when writing on a closed channel.
1 day ago
I love how during prototyping, the compiler will tell me off for having an unused variable and fail to compile. I totally love the idea of crashing when writing on a closed channel.
If you are prototyping, assign unused to the underscore.
foo := thinger()
_ = foo # no longer unused