Skip Navigation
23 comments
  • When I get helper functions from stack overflow or similar, I normally add a comment with a link to the article, mostly for my own sake so if there's any problems later I can re-read the article to get more info, or use it to try and find other solutions.

  • Unless there's a bug. Then it is my code and I have to fix it. Immediately. No, I don't want to discuss my thought process for "why I made that decision" I want to fix it. Why are we having a chat about milk pouring technique while it is dripping off the fucking table. Prod is burning and you want to fiddle! (Meanwhile this is a minor bug that nobody has ever actually complained about but just the knowledge that it was my fault...)

  • well using someone's code properly licensed isn't plagiarism

    a fair few of my uni classes were like take this guys code and make it do this, which were like 4 lines changes

  • Public domain? Creative commons? MIT? BSD? GPL? You mean I'm allowed to use these things without failing?

  • It is called a programming language. I guess repeating some sentences or even the idea for a story is normal when you write a book or code a program.

    • There are also a lot of recurring problems, obscure bugs, performance enhancements that someone has already solved. Software development should care about completing a task, not inventing the wheel (or an image upload) the millionth time.

23 comments