OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 days agoparseInt(5)lemmy.mlimagemessage-square64linkfedilinkarrow-up1416arrow-down14
arrow-up1412arrow-down1imageparseInt(5)lemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 2 days agomessage-square64linkfedilink
minus-squaretauonite@lemmy.worldlinkfedilinkarrow-up15arrow-down3·edit-22 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-squareLemminary@lemmy.worldlinkfedilinkarrow-up4·2 days agoIs it? I’ve seen longer articles for C# and not as many complaints about it.
minus-squarebarsoap@lemm.eelinkfedilinkarrow-up4·2 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.