Comment on Golang be like

<- View Parent
planish@sh.itjust.works ⁨1⁩ ⁨year⁩ ago

Because you want to know if the first half of the code works at all before you write the whole second half.

Finding all the bits that will be used by the second half and changing the declarations to just expressions is a bunch of extra work. As is adding placeholder code to use the declared variables.

source
Sort:hotnewtop