flamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 8 months agoYou can pry pattern matching from my cold dead handssopuli.xyzimagemessage-square222fedilinkarrow-up1538
arrow-up1538imageYou can pry pattern matching from my cold dead handssopuli.xyzflamingo_pinyata@sopuli.xyz to Programmer Humor@programming.dev · 8 months agomessage-square222fedilink
minus-squarefruitcantfly@programming.devlinkfedilinkarrow-up4·8 months 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