PotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 6 months agoThe easiest problemdiscuss.tchncs.deimagemessage-square71fedilinkarrow-up119file-text
arrow-up119imageThe easiest problemdiscuss.tchncs.dePotatoesFall@discuss.tchncs.de to Programmer Humor@programming.dev · 6 months agomessage-square71fedilinkfile-text
minus-squarePoolloverNathan@programming.devlinkfedilinkarrow-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")
.