flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 1 day agoYou can pry pattern matching from my cold dead handssopuli.xyzimagemessage-square202fedilinkarrow-up1483arrow-down117
arrow-up1466arrow-down1imageYou can pry pattern matching from my cold dead handssopuli.xyzflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 1 day agomessage-square202fedilink
minus-squarefruitcantfly@programming.devlinkfedilinkarrow-up4·9 hours agoC++ is even worse, due to templates and the so-called most vexing parse. Initializing with {} mitigated the latter somewhat, but came with its own set of woes
C++ is even worse, due to templates and the so-called most vexing parse. Initializing with
{}mitigated the latter somewhat, but came with its own set of woes