How often do people copy and paste from Stack Overflow?
21–30 of 243 posts
Re: How often do people copy and paste from Stack Overflow?
#22Re: How often do people copy and paste from Stack Overflow?
#23Often enough to inspire this: https://github.com/drathier/stack-overflow-import
Re: How often do people copy and paste from Stack Overflow?
#24Re: How often do people copy and paste from Stack Overflow?
#25They got very angry at me several times for not doing things "the Rails way". We were on Rails 4, which I already had loads of experience with. The RailsCasts they were following were written for Rails 2. They literally had no idea all of the ways Rails had moved on between those versions.
Their codebase was an absolute mess as well. This was an application that was supposed to contain medical records and it had broken routes that were leaking data everywhere unauthenticated. And they were mad that I spent two weeks cleaning all of that up and bulletproofing their application.
I was happy to move on from that one, but it taught me a lesson about just how valuable sales skills are. These two people were living a comfortable lifestyle off a single paying client (essentially getting money indirectly through DARPA) and were punching way above their weight technically.
Re: How often do people copy and paste from Stack Overflow?
#26Re: How often do people copy and paste from Stack Overflow?
#27Re: How often do people copy and paste from Stack Overflow?
#28Don't paste from stackoverflow and do not hire people who paste from stackoverflow or anywhere online. This is literally how software is compromised. I worked with people at another company who had compromised a small part of Google and several banks this way. They contacted the security department later but they were surprised by the number of companies they were able to compromise just by posting instructions onlin…
Re: How often do people copy and paste from Stack Overflow?
#29For example if I forget the name of a function for something in a particular language I don't even go to the docs, I just google something like "python reverse list" and click the first SO link.
Re: How often do people copy and paste from Stack Overflow?
#30One of the interview questions I ask is, "if you run in a problem you can't solve, where do you go online to find answers?" Anyone that doesn't answer Stack Overflow is - in my opinion - either lying or very, very new to the industry. (This is for .Net/C# jobs so maybe it's different for other languages.)
so I go to my search engine for answers, not stack overflow directly.