{
"$type": "site.standard.document",
"bskyPostRef": {
"cid": "bafyreibsrji2u5j2jg7ythtnydobfczl2rj4k4dvbryoz6ry3t7g44fquy",
"uri": "at://did:plc:vyjlfm46mfv6u4vjp6qtrfx2/app.bsky.feed.post/3mlofv6arbeh2"
},
"coverImage": {
"$type": "blob",
"ref": {
"$link": "bafkreidg2k33tiuupnstmiowh7hyyvtsbe3gyhfygiytrzynysnhoctrxi"
},
"mimeType": "image/jpeg",
"size": 81260
},
"path": "/articles/underscore-its-unimportance",
"publishedAt": "2026-05-12T06:30:00.000Z",
"site": "https://thedailywtf.com",
"tags": [
"Representative Line",
"previously",
"Learn more."
],
"textContent": "Frequent submitter **Argle** (previously), sends us a short little representative line. The _good_ news is that this line of code came across Argle's screen during a code review: it was _being removed_. The bad news is that it was sitting in the code base for ages.\n\n\n _ = len / 8.0f;\n\n\nArgle writes:\n\n> In a code review today. A co-worker wisely removed the line. Dunno the logic that made anyone write it in the first place.\n\nThis is C#, though it could be basically any language. Using `_` is one of those little conventions that we use to tell the linter to ignore the fact that this variable isn't used. And this variable _was not_ being used. Of course, in addition to being unused, it's also a puzzle: where does the `8.0f` come from? No one knows. Why would we even want the length divided by eight? No one knows. There's nothing about this code that gives any indication that it was a meaningful operation at any point.\n\nNo one knows what it does, or why it was there in the first place, but someone put the time into making sure the linter didn't complain about its uselessness by using `_` as the variable.\n\n[Advertisement] Keep all your packages and Docker containers in one place, scan for vulnerabilities, and control who can access different feeds. ProGet installs in minutes and has a powerful free version with a lot of great features that you can upgrade when ready.Learn more.",
"title": "Representative Line: Underscore Its Unimportance"
}