@[email protected] to Programmer [email protected] • 8 days agoparseInt(5)lemmy.mlimagemessage-square63fedilinkarrow-up1474arrow-down16
arrow-up1468arrow-down1imageparseInt(5)lemmy.ml@[email protected] to Programmer [email protected] • 8 days agomessage-square63fedilink
minus-square@[email protected]linkfedilink16•edit-28 days agoHoly fuck that is long. When the documentation for the integer parsing function is 10 pages long, there’s something seriously wrong with the language
minus-squareLemminarylinkfedilink6•8 days agoIs it? I’ve seen longer articles for C# and not as many complaints about it.
minus-square@[email protected]linkfedilink4•8 days agoProbably not an article about integer parsing, though. If the docs are that long, then because Microsoft does have a tendency to be overly verbose for things they think you need, just to have no docs for the stuff you actually need. For reference here’s the relevant rust docs.
Holy fuck that is long. When the documentation for the integer parsing function is 10 pages long, there’s something seriously wrong with the language
Is it? I’ve seen longer articles for C# and not as many complaints about it.
Probably not an article about integer parsing, though. If the docs are that long, then because Microsoft does have a tendency to be overly verbose for things they think you need, just to have no docs for the stuff you actually need.
For reference here’s the relevant rust docs.