conv.

All stories
Active · 34h

On comments

Conversation activity · last 35 hours peak 3/30m

Peak 3 items in one 30m at Aug 10, 4 PM; 18 items over 35 hours Aug 10, 4:28 PM — 3 items · Reddit 3Aug 10, 4:58 PM — 1 item · Reddit 1Aug 10, 5:28 PM — 1 item · Hacker News 1Aug 10, 5:58 PM — no itemsAug 10, 6:28 PM — no itemsAug 10, 6:58 PM — no itemsAug 10, 7:28 PM — no itemsAug 10, 7:58 PM — no itemsAug 10, 8:28 PM — no itemsAug 10, 8:58 PM — 1 item · Reddit 1Aug 10, 9:28 PM — 1 item · Reddit 1Aug 10, 9:58 PM — 2 items · Reddit 2Aug 10, 10:28 PM — no itemsAug 10, 10:58 PM — no itemsAug 10, 11:28 PM — no itemsAug 10, 11:58 PM — no itemsAug 11, 12:28 AM — no itemsAug 11, 12:58 AM — no itemsAug 11, 1:28 AM — 1 item · Reddit 1Aug 11, 1:58 AM — no itemsAug 11, 2:28 AM — 1 item · Reddit 1Aug 11, 2:58 AM — no itemsAug 11, 3:28 AM — 1 item · Hacker News 1Aug 11, 3:58 AM — no itemsAug 11, 4:28 AM — no itemsAug 11, 4:58 AM — no itemsAug 11, 5:28 AM — no itemsAug 11, 5:58 AM — no itemsAug 11, 6:28 AM — no itemsAug 11, 6:58 AM — 1 item · Reddit 1Aug 11, 7:28 AM — no itemsAug 11, 7:58 AM — no itemsAug 11, 8:28 AM — no itemsAug 11, 8:58 AM — no itemsAug 11, 9:28 AM — no itemsAug 11, 9:58 AM — no itemsAug 11, 10:28 AM — no itemsAug 11, 10:58 AM — no itemsAug 11, 11:28 AM — no itemsAug 11, 11:58 AM — 1 item · Hacker News 1Aug 11, 12:28 PM — 1 item · Reddit 1Aug 11, 12:58 PM — 1 item · Reddit 1Aug 11, 1:28 PM — no itemsAug 11, 1:58 PM — no itemsAug 11, 2:28 PM — no itemsAug 11, 2:58 PM — 1 item · Hacker News 1Aug 11, 3:28 PM — no itemsAug 11, 3:58 PM — no itemsAug 11, 4:28 PM — no itemsAug 11, 4:58 PM — no itemsAug 11, 5:28 PM — 1 item · Reddit 1Aug 11, 5:58 PM — no itemsAug 11, 6:28 PM — no itemsAug 11, 6:58 PM — no itemsAug 11, 7:28 PM — no itemsAug 11, 7:58 PM — no itemsAug 11, 8:28 PM — no itemsAug 11, 8:58 PM — no itemsAug 11, 9:28 PM — no itemsAug 11, 9:58 PM — no itemsAug 11, 10:28 PM — no itemsAug 11, 10:58 PM — no itemsAug 11, 11:28 PM — no itemsAug 11, 11:58 PM — no itemsAug 12, 12:28 AM — no itemsAug 12, 12:58 AM — no itemsAug 12, 1:28 AM — no itemsAug 12, 1:58 AM — no itemsAug 12, 2:28 AM — no itemsAug 12, 2:58 AM — no items 3 items · 4:28 PM
Aug 118 AM4 PMnow · 3:28 AM

Clustered from 18 items across 2 sources. Not yet parsed — the coverage below is the raw record.

Social posts 2

Voices from the web unedited

  • There's no good answer, at least not one anyone's willing to commit to. There are a few projects that try to track issues directly with source control, inheriting a few extra features from Git, like having them all work offline, having every laptop be a backup of the entire project, and being able to easily port them all into whatever you're going…

    SanityInAnarchyr/programming1d agoview on r/programming ↗
  • I believe, that the book works in its entirety, not taken apart quote by quote. Well, since the book contradicts its own dogmatic prescriptions repeatedly, the only way it can work is if the reader treats it like a puzzle to be assembled into some coherent meaning. But that’s not what most people would consider the hallmark of a clear and…

    tmoertelr/programming14h agoview on r/programming ↗
  • You should not grimace and you should not feel the failure unless you're into that. How many devs you've seen that justified their sloppiness in any way possible? If you could be writing a better code; do it. You shouldn't be happy about writing a shit code; therefore you shouldn't be happy about writing comments in lieu of writing a good code…

    Venther/programming20h agoview on r/programming ↗
  • i think one thing that's often overlooked is that comments can serve as a kind of institutional memory for a codebase, helping to preserve knowledge and context that might otherwise be lost over time, like why a particular design decision was made or what assumptions were underlying a certain implementation choice. this can be especially important…

    Opposite-Gear-3160r/programming1d agoview on r/programming ↗
  • By this logic, I'd rather not have documentation. LLM generated documentation is incredibly verbose and over-complicated, instead of just providing 4-5 template files and telling the user to symlink the one they want, it wrote 200 lines of code and 400 lines of docs to automatically generate the resulting file from a single template. The docs are…

    13steinjr/programming14h agoview on r/programming ↗
  • The author also said I am writing for an audience who I assume is "skilled in the art" I may reply to him later, but I don't feel like it at the moment. I really don't want comments in a function to 'teach' me something. When I'm looking at code I want to confirm the implementation is correct, not what the author thinks is correct

    levodelellisr/programming9h agoview on r/programming ↗
  • Great writeup, especially with documentation generation tools like JSDoc or Swagger, it's nice to tie the "staleness" of comments and doc together so there's some incentive to keep it maintained. Bummed to see that this is on the blog of some AI defence contractor, though...

    shiny0metal0assr/programming1d agoview on r/programming ↗
  • /* * increment the variable in this scope which has the * identifier 'i' by one, using the post-increment * postfix operator * see: https://en.cppreference.com/cpp/language/operator_incdec */ i--;

    repeating_bearsr/programming1d agoview on r/programming ↗
  • Comments in code are deemed "mostly useless" these days. Says who? I know that this is just a hook for your post arguing about them being useful, but this still irks me 🙃

    nicholashairsr/programming1d agoview on r/programming ↗
  • I will als helpfully add "don't increment j here", because it misunderstood the code and wrongly incremented j instead of i the first time.

    Jaded-Asparagus-2260r/programming1d agoview on r/programming ↗