PotatoesFall@discuss.tchncs.de to Programmer Humor · 7 months agoThe easiest problemdiscuss.tchncs.deimagemessage-square103fedilinkarrow-up1641arrow-down116file-text
arrow-up1625arrow-down1imageThe easiest problemdiscuss.tchncs.dePotatoesFall@discuss.tchncs.de to Programmer Humor · 7 months agomessage-square103fedilinkfile-text
minus-squarePoolloverNathanlinkfedilinkarrow-up2·6 months agoArgument parsing; turning Rc foo = bar into Reconfigure(|c| c.foo = "bar").
what is this for ?
Argument parsing; turning
Rc
foo
=
bar
intoReconfigure(|c| c.foo = "bar")
.