OsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 1 month agoparseInt(5)lemmy.mlexternal-linkmessage-square66fedilinkarrow-up1505arrow-down16
arrow-up1499arrow-down1external-linkparseInt(5)lemmy.mlOsrsNeedsF2P@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square66fedilink
minus-squaretauonite@lemmy.worldlinkfedilinkarrow-up21arrow-down4·edit-21 month 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-up6·1 month agoIs it? I’ve seen longer articles for C# and not as many complaints about it.
minus-squarebarsoap@lemm.eelinkfedilinkarrow-up5·1 month 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.