Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Insider News
  4. Nissan app developer busted for copying code from Stack Overflow

Nissan app developer busted for copying code from Stack Overflow

Scheduled Pinned Locked Moved The Insider News
comdata-structures
13 Posts 11 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • K Offline
    K Offline
    Kent Sharkey
    wrote on last edited by
    #1

    The Verge[^]:

    Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

    Needs codez plz

    D B A M P 7 Replies Last reply
    0
    • K Kent Sharkey

      The Verge[^]:

      Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

      Needs codez plz

      D Offline
      D Offline
      Dennis E White
      wrote on last edited by
      #2

      Quote:

      So the lesson here? Never, ever copy and paste code from the internet you don't understand. I repeat: never copy and paste code from the internet you don't understand.

      Should read... Never, ever copy and paste code you don't understand. I repeat: never copy and paste that you don't understand. Who cares what the source of the code is. you should be curious enough to learn what that code actually does.

      R 1 Reply Last reply
      0
      • D Dennis E White

        Quote:

        So the lesson here? Never, ever copy and paste code from the internet you don't understand. I repeat: never copy and paste code from the internet you don't understand.

        Should read... Never, ever copy and paste code you don't understand. I repeat: never copy and paste that you don't understand. Who cares what the source of the code is. you should be curious enough to learn what that code actually does.

        R Offline
        R Offline
        raddevus
        wrote on last edited by
        #3

        Dennis E White wrote:

        you should be curious enough to learn what that code actually does.

        :thumbsup::thumbsup::thumbsup:

        My book, Launch Your Android App, is available at Amazon.com.

        1 Reply Last reply
        0
        • K Kent Sharkey

          The Verge[^]:

          Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

          Needs codez plz

          B Offline
          B Offline
          Brisingr Aerowing
          wrote on last edited by
          #4

          :doh: :wtf: :~ Remind me never to get a Nissan...

          What do you get when you cross a joke with a rhetorical question? The metaphorical solid rear-end expulsions have impacted the metaphorical motorized bladed rotating air movement mechanism. Do questions with multiple question marks annoy you???

          1 Reply Last reply
          0
          • K Kent Sharkey

            The Verge[^]:

            Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

            Needs codez plz

            A Offline
            A Offline
            Amarnath S
            wrote on last edited by
            #5

            At least, change the variable and function names to something synonymous.

            1 Reply Last reply
            0
            • K Kent Sharkey

              The Verge[^]:

              Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

              Needs codez plz

              M Offline
              M Offline
              Mycroft Holmes
              wrote on last edited by
              #6

              I usually include the URL to any code I have used from the internet, including SO, CP, MSDN and any other resource where I snaffle code from. I only change the variables if the original don't make sense in the context. The included URL gives the support guys some context and it is doco that I don't have to write.

              Never underestimate the power of human stupidity RAH

              V K 2 Replies Last reply
              0
              • K Kent Sharkey

                The Verge[^]:

                Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

                Needs codez plz

                P Offline
                P Offline
                Peter_in_2780
                wrote on last edited by
                #7

                Broken link? I get a 404 page. Cheers, Peter

                Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

                D 1 Reply Last reply
                0
                • P Peter_in_2780

                  Broken link? I get a 404 page. Cheers, Peter

                  Software rusts. Simon Stephenson, ca 1994. So does this signature. me, 2012

                  D Offline
                  D Offline
                  Dan Neely
                  wrote on last edited by
                  #8

                  The stackoverflow question[^] says the article was taken down. I tried the internet archive[^]; but it's currently erroring out. Hopefully the latter will come back online soon. :sigh:

                  Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                  D 1 Reply Last reply
                  0
                  • M Mycroft Holmes

                    I usually include the URL to any code I have used from the internet, including SO, CP, MSDN and any other resource where I snaffle code from. I only change the variables if the original don't make sense in the context. The included URL gives the support guys some context and it is doco that I don't have to write.

                    Never underestimate the power of human stupidity RAH

                    V Offline
                    V Offline
                    Vark111
                    wrote on last edited by
                    #9

                    I've done the same on numerous occasions. :thumbsup:

                    1 Reply Last reply
                    0
                    • M Mycroft Holmes

                      I usually include the URL to any code I have used from the internet, including SO, CP, MSDN and any other resource where I snaffle code from. I only change the variables if the original don't make sense in the context. The included URL gives the support guys some context and it is doco that I don't have to write.

                      Never underestimate the power of human stupidity RAH

                      K Offline
                      K Offline
                      Kent Sharkey
                      wrote on last edited by
                      #10

                      I think the complaint/laugh was less about the source being copied, and more about displaying the comment about SO on the actual app screen. For me, anyway.

                      TTFN - Kent

                      1 Reply Last reply
                      0
                      • K Kent Sharkey

                        The Verge[^]:

                        Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

                        Needs codez plz

                        I Offline
                        I Offline
                        ignatandrei
                        wrote on last edited by
                        #11

                        Self promotion: he should read first Smart Copy Paste from Stack Overflow( or any other site): A book for normal programmers, Andrei Ignat, eBook - Amazon.com[^] [^]

                        1 Reply Last reply
                        0
                        • D Dan Neely

                          The stackoverflow question[^] says the article was taken down. I tried the internet archive[^]; but it's currently erroring out. Hopefully the latter will come back online soon. :sigh:

                          Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                          D Offline
                          D Offline
                          Dan Neely
                          wrote on last edited by
                          #12

                          Archive.org only caught it after the article was yanked. OTOH the SO answer history linked to a Tweet[^] with the full fail included.

                          Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason? Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful? --Zachris Topelius Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies. -- Sarah Hoyt

                          1 Reply Last reply
                          0
                          • K Kent Sharkey

                            The Verge[^]:

                            Copying and pasting code from the internet is one of the biggest open secrets in computer programming.

                            Needs codez plz

                            N Offline
                            N Offline
                            Nitin S
                            wrote on last edited by
                            #13

                            :thumbsup:

                            ===================================================== The grass is always greener on the other side of the fence

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups