CHILLICOTHE, Ohio — A recent incident at Adena Health System has intensified scrutiny of its cardiology department. A 65-year-old woman died during what should have been a routine heart catheterization, leading to pressing questions about the practices and credentials of the physicians involved. What happened after her time of death is concerning.

  • @[email protected]
    link
    fedilink
    99 months ago

    The number of code snippets that can be copied and pasted and fit your use-case exactly is almost 0. The number of those code snippets that are well written and would survive code review is even smaller. Stack overflow is good for getting an idea of what libraries exist. Good programmers use it for inspiration and move on to official docs from there (assuming they exist).

    • @Buddahriffic
      link
      29 months ago

      There’s usually other non-stack exchange resources that pop up in searches so I’ll just scroll on to those.

      And that copy pasting can include changing variable names to match yours while still violating copyright. And I agree that good programmers don’t even do that, but there’s a lot of not so good programmers out there.