Slashdot Mirror


Computer Science Students Outsource Homework

Carl Bialik from the WSJ writes "'If U.S. companies can go online to outsource their programming, why can't U.S. computer students outsource their homework--which, after all, often involves writing sample programs?' Wall Street Journal colummnist Lee Gomes asks. 'Scruples aside, no reason at all. Search for "homework" in the data base of Rent A Coder projects, and you get 1,000 hits. (An impressive number, but still a tiny fraction of all computer students, the vast majority of whom are no doubt an honest and hardworking lot.)' Some of the Rent a Coder users appear to be outsourcing their way through school, at low costs--probably less than $100 per assignment. The posting are, of course, anonymous, but Gomes traces one to a student at the New Jersey Institute of Technology, where an instructor tells him that Rent a Coder contributed to a problem of plagiarism last semester."

45 of 512 comments (clear)

  1. Why bother? by DrEldarion · · Score: 4, Insightful

    Why even bother getting the degree in something if you don't want to do the work anyway? Isn't that shooting yourself in the foot? Besides the fact that you won't have a clue what you're doing since you'll never have learned anything, if you don't have any desire to do it in the first place, why are you in the field?

    1. Re:Why bother? by Average_Joe_Sixpack · · Score: 5, Insightful

      Why even bother getting the degree in something if you don't want to do the work anyway?

      Because Universities have become the 13th grade, a prerequisite for even unskilled labor. A bachelors degree is worth about the same as a a high school diploma was worth 50 years ago.

    2. Re:Why bother? by jcr · · Score: 5, Insightful

      Easier than that... Just call them up randomly to walk the class through their code, and explain what the code that they ostensibly wrote does.

      -jcr

      --
      The only title of honor that a tyrant can grant is "Enemy of the State."
    3. Re:Why bother? by Average_Joe_Sixpack · · Score: 4, Insightful

      Then why not go into a field easier than computer science?

      ... see that's just it, that's the problem with college. It's become job training. Anyone with any SATs score can attend almost any university and obtain a degree in bullshit. But even the most apathetic student recognizes a degree in communications, business, marketing, multimedia design or basket weaving is worthless ... so they'll attempt to get a "respectable" in one of the sciences. Most are going to get weeded out when they hit linear algebra or CS II, but there will always be a few slackers who are basically intelligent enough to pass the tests and sly enough to con their way through the coding. I can't really blame them, anything is better than having to tell your parents you've decided to major in communications.

    4. Re:Why bother? by ComputerizedYoga · · Score: 4, Insightful

      I think you're confusing "computer science" with "software engineering". In either case, neither is as easy as you seem to think.

      Being a double major in compsci and psychology, having started in mechanical engineering, sampled electrical engineering and physics and philosophy and math, I'm comfortable (and qualified) to say that computer science, when taught at a reputable university, is very nearly as challenging and demanding as major disciplines in engineering, and quite a bit more demanding than the vast majority of liberal arts disciplines.

      What you're probably bemoaning, however, is the lack of software engineering principles in corporate software development. That's a whole different animal than what classes you take in college (considering that a majority of professional developers today don't have college degrees in either computer science or software engeering, or indeed any relevant field).

    5. Re:Why bother? by Firehed · · Score: 2, Insightful
      Why can't we take group tests? In the real world, if you don't know something, you ask someone who does know. Or I'd hope so anyways, though most people I know seem to think it's better to look smart by not asking and screw things up royally then find out how to do it the right way by admitting you forgot/never knew.

      I just took an unofficial group test in our economics class (about a dozen kids cramped around a small table with an old teacher), and we all got at least 95% on it. Most probably would have gotten 80% at best otherwise. Do I really need to know what happens when The Fed sells bonds? Nope, but when I need to, I can go ask someone else (probably someone named Google) if I've forgotten.

      So why bother? Because if you can outsource your HOMEWORK, you can definately outsource your real work. And chances are the ROI on outsourcing the real work is huge, even if it does screw thousands locally out of jobs. Chances are that even if you can code it, someone else can code it at a price that's less than what you would have gotten by spending that time doing something else. And outsourcing your homework teaches just that.

      That's my take on it anyways.

      --
      How are sites slashdotted when nobody reads TFAs?
    6. Re:Why bother? by pete6677 · · Score: 4, Insightful

      That seems to be the official policy just about everywhere, but it is often not enforced quite that stringently. Not that the university really wants anyone to know this, but they often allow the cheater to drop out without anything going on their record. They might have to take an F in the class they cheated on, or at least on the particular assignment, but then they get to repeat the process somewhere else until they graduate. There are far more diploma holders that have cheated and been caught then most people would imagine.

    7. Re:Why bother? by Parham · · Score: 4, Insightful

      Because there IS no easier field than Computer Science (well, OK, excluding Journalism) particularly the way it is practiced today.

      I'm curious how you experienced computer science that you think it's so easy? Where I attend, we are going through hell with late nights of writing elaborate programs which work correctly and efficiently, and read easily. And that was only first year, I've taken several algorithm design and analysis courses, theory courses, and practical courses. Also, even though I'm focusing my studies in software engineering, I've been taught how to create simple computer chips and how to program on the PDP-11 (which you may think is useless, but teaches us a wealth of stuff just by having to program in a low-level format). Furthermore, we get taught how to perform object oriented design and architecture on specifications.

      With all that said (there is actually a ton more), I'm curious where you studied computer science that you think computer science is merely the act of clicking "Wizard" commands in Visual Studio.

      I'm very insulted by your comment. You have made my four years of university sound like a joke and you've also insulted not only my education, but the education of every American and Canadian. I only wish you would have had to go through one PARTIAL course which I've taken...

    8. Re:Why bother? by Trepalium · · Score: 2, Insightful
      Not zero tolerance. Zero tolerance is an idiots policy. It means you fail both a cheater and the poor sap that had his work stolen. If you find a cheater, you confront him/her on it, and then you decide the punishment. It's foolish to make a list of infractions, and a list of punishments and refuse to allow a human to decide what punishment is acceptable in the situation.

      We don't need any more students expelled for carrying a dangerous plastic butter knife into a school. Zero tolerance is replacing a human's judgement with a hard set of rules, and it really doesn't benefit anyone.

      --
      I used up all my sick days, so I'm calling in dead.
    9. Re:Why bother? by mwvdlee · · Score: 3, Insightful

      As long as schools keep grading students for producing work rather than acquiring knowledge (or grading at all), this problem will remain.

      School is now, and has always been, a system which teaches you to get good grades, not to actually learn anything. The irony is that this is actually a useful skill in corporate life.

      --
      Slashdot social media options: AIM, ICQ, Yahoo, Jabber and Mobile Text. Why no MySpace?
    10. Re:Why bother? by LinuxFreakus · · Score: 2, Insightful

      I don't know where you go to school, but at my school I've had to take all those classes too and frankly, they were easier than most of my general education classes. It is a lot harder to write a big research paper for a history class than it is to write a computer program, or draw up a design for a computer chip. I would say that college (from a learning standpoint) has been a complete waste of time, by the time I was out of high school I already taught myself most of what college was planning to "teach" me in computer science. The only reason I went ahead with the degree was to get a stupid piece of paper certifying what I already know, for the benefit the mindless hiring drones who take comfort in the fact that I wasted ~ $60k so they could take me seriously when glancing at my resume.

      So yeah, be insulted if you want, but the fact is that a computer science degree is not that hard.

    11. Re:Why bother? by Parham · · Score: 3, Insightful

      So yeah, be insulted if you want, but the fact is that a computer science degree is not that hard.

      The thing here is that you're generalizing. The computer science degree you took might not be that hard, but the one I took made me take all sorts of math classes (calculus, algebra, statistics), all sorts of theory classes (algorithm design, algorithm analysis, numerical methods theory, data structures), as well as practical courses (operating system practical work with OS/161, principles of programming languages, recursive programming, artificial intelligence programming, object oriented programming, and linear programming).

      First year alone there was a ~40%-50% dropout rate, and successive dropout rates of 10%-15%. The point is, there are places where they do teach you a whole lot (and I had several years of programming experience before I even set a foot inside the university I attend right now in Canada). Furthermore, they expect you to prove your knowledge of the subject very well by giving assignments that take more than a day to finish...

    12. Re:Why bother? by Anonymous Coward · · Score: 1, Insightful

      I've had to take all those classes too and frankly, they were easier than most of my general education classes.

      It all depends on your natural strengths. I went through Computer Engineering at a reasonably reputable place, and all my eng courses were hellish. It wasn't just me who thought so...the entire class constantly wore an expression of shock and awe at the amount of work and its degree of difficulty. For every person who thought it was easy, there were 30 who couldn't believe what the school was putting us through.

      At the same time, I was taking some general studies courses. For a 40-page paper on political science I'd typically spend 2 days doing research, and 2 days writing the paper. Midterms got 4 hours of my time for study, absolute maximum. Finals got half a day in really bad cases. My average mark coming out of most general studies courses was well over 80% without putting more than a week of work into the course. The same could definitely not be said of my eng classes, where the projects would often span several months.

      Perhaps you're better at the technical stuff than you are at soft skills. Lots of people I know are this way. Just like lots of people are no good at technical stuff but can crank out history papers like a factory. But it would be naive to say that an entire program is easy based on your experience. Look around you. I know that in my program, about 5% of people were able to cruise (interestingly, almost every one of them fell to pieces when presented with an essay assignment). But looking at the class as a whole, the average person going through the program found it to be challenging and rewarding.

    13. Re:Why bother? by Otonotachibana · · Score: 2, Insightful

      Why was the parent rated (Score:5, Funny)?
      It's a good point, what else are these kids going to do once they graduate?

  2. Bigger Fish to Fry... by Chris+Bradshaw · · Score: 5, Insightful
    The obvious answer to the question is Hell NO! Students need to do their own work so that the University granting $StudentX with a degree doesn't loose credibility by certifying that "$GraduateX is now Capable of doing the job" when he really doesn't know his ass from a hole in the ground.

    What really needs to be done is for instructors to wake up and realize that most people don't even need to outsource in order to complete thier projects. After all, who needs to pay a "Rent-A-Coder" when so many instructors provide obvious shortcuts via working examples of the projects right along the assignment, i.e., Java classes, etc... Why "outsource" when you can decompile Jad, change a few variable names and viola! Project Complete.

    To really combat plagarism, instructors should focus more on theory, algorithms, deisgn patterns, etc.., and less on the actual solution to a particular problem in $programmingLanguage. If you really must assign projects, insert subtle flaws or traps in the assignment that would make the project all but impossible w/out direct interaction with the Professor to clarify requirments, etc... This would expose the weak students, the obvious cheats. and give a clearer picture of what's really going on in the classroom. Problem is there are too many instructors out there who just don't care, and aren't in it for the right reasons. In other words, they just don't care!

    --
    Get your Windows Malicious Software Removal Tool Here for FREE! - http://fedora.redhat.com
    1. Re:Bigger Fish to Fry... by freaks_and_geeks · · Score: 4, Insightful
      If you really must assign projects...

      If? Look, maybe I'm just dumber than the average engineer, but without projects, I don't think I would have learned a damn thing in my Computer Science courses. It's important to discuss the theories of CS, but you won't survive in the real world without some practical experience.

      The projects also help reinforce what you've learned in class. Talking about object inheritance models is all well and good, but the benefit really hits home when you find yourself copy/pasting code all over the place. Talking about compiler theory is all well and good, but it's not a whole lot of help when gcc/javac has spit out some errors at you,and you've never seen them before.

      In short, someone who hasn't written much code at the college level will have a very rude awakening once he's out of school. Those who have cheated their way through the projects should not make it past the technical interview at a decent company, and even if they're hired by a second-rate one will be exposed within a week.

    2. Re:Bigger Fish to Fry... by JNighthawk · · Score: 2, Insightful

      If you really must assign projects, insert subtle flaws or traps in the assignment that would make the project all but impossible w/out direct interaction with the Professor to clarify requirments, etc... In what is one of the must stunning displays of idiocy I've seen in a while, you want to screw with honest students that try to do an assignment. That has to be the absolute worst suggestion I have ever heard to combat plagarism.

      --
      Wheel in the sky keeps on turnin'.
    3. Re:Bigger Fish to Fry... by Anonymous Coward · · Score: 1, Insightful

      A real-world example: I earned a degree in Compute Science, graduating summa cum laude. And I cheated.

      Well, for one course. I was overwhelmed that quarter, and the math for 3D graphics just wasn't sticking to my brain, and I wasn't used to programming in Java (I came in during the tail end of the C++ core). (Excuses, excuses...)

      And then a friend introduced me to cavaj. It was incredibly easy to open up the instructor's example and look at a few routines. Do you know how many hours that saved me from banging my head against a brick wall?

      I do. Zero. Because during the followup course, my project partner was even busier than I was, so I had to do the vast majority of the projects myself. And this time, no helpful instructor examples (someone had introduced him to cavaj as well). So I had to learn two terms worth of material in one term to make up for the time I "saved" earlier.

  3. Let them do it. by gasmonso · · Score: 4, Insightful

    Go ahead and outsource your homework. When you graduate and get a job, your company will realize you don't know anything and outsource your job to the same people. I've seen it happen.

    http://religiousfreaks.com/
  4. I'll keep in mind by wesw02 · · Score: 1, Insightful

    I'm a C/S student at WSU in ohio, I'll keep that in mind when I am in the middle of my exam and I don't know how to write a program.

    Really thought whats the point of going to college if your not going to learn it?

  5. If that's your approach... by ThaFooz · · Score: 4, Insightful

    ...why not be a buisness major instead? I mean, if you're not really passionate the work, why not pick an occupation that a) pays more and b) is easier to fake your way through?

    1. Re:If that's your approach... by adrianmonk · · Score: 2, Insightful
      ...why not be a buisness major instead? I mean, if you're not really passionate the work, why not pick an occupation that a) pays more and b) is easier to fake your way through?

      ... and c) explicitly supports and encourages cheating.

      (It's the perfect fit!)

    2. Re:If that's your approach... by 808140 · · Score: 2, Insightful

      When I went to university I wanted to be a mathematician (I was quite good at math) and got my degree in pure mathematics (my senior thesis had to do with certain low dimensional applications of algebraic topology, if you care). Needless to say, I ended up not in mathematics but in finance, as an analyst.

      While it's a very different world, I will say that it does require a great deal of work and that it isn't easy by any stretch of the imagination.

      However, I have not met a single undergraduate business major -- not a one -- who learned any of this beyond the level of a survey course, and many of the people I work with are Harvard and Princeton grads. Most of them were heavily involved in the greek system and partied their way through school. Don't let this fool you -- they're smart and they work their asses off now: our hours are comparable or worse than the startup hours I used to pull during the dot com boom. But the fact remains that at uni, they did essentially nothing. They got their positions not so much as a result of smarts but as a result of a) their alma mater and b) family connections.

      There seems to be a myth on Slashdot that getting a degree in Business is both easier and pays more out of school than a CS degree. It's a myth because it doesn't pay more. Pretty much everyone knows business majors are slackers, much as communications majors are. It's an entirely different story if you have an Econ or Finance degree, but that's not the same thing as Business (or worse, International Business, which seems to really attract some of the most incompetent morons I've ever met.)

      Of course there are exceptions -- if you are one, then I apologize for painting your ilk with the broad brush. But basically employers don't take Business majors seriously most of the time. Accounting majors make bank. Finance majors make bank. Econ majors can make bank. But these are hard majors, and tedious. I dare say that most of the CS people I know wouldn't last a week in them, mostly for cultural reasons.

      Try getting a job with a straight undergraduate Business degree. "Would you like fries with that?"

  6. Cheating by JanneM · · Score: 4, Insightful

    Well, cheating is cheating, whether you get to use the work from a classmate or from someone in another part of the world. And if someone is really determined to take the easy way out, there is not a whole lot you can do to stop them; I doubt the majority of cheaters in college ever get caught (but allow for the fact that stupidity probably is a major factor in the need to cheat to begin with so that by itself increases the capture rate).

    But what happens afterwards, when they're looking for a job and blow every interview since, well, they don't actually know what they're talking about? My guess, they blame the outsorcing trend for their failures...

    --
    Trust the Computer. The Computer is your friend.
  7. Re:Likely not a problem overall by Billosaur · · Score: 2, Insightful
    However, stealing (borrowing) GPLed code is expected (why re-invent the wheel?).

    There's a pretty big divide between utilizing some code someone else created to help solve a problem and outright getting someone else to do your work for you. Let's face it, there's enough easily accessible code out there that someone can cobble together a program in relatively easy fashion. Of course, it would take effort to actually assemble a bunch of "free" code to make it work. Is it any wonder that so many script-kiddies out there copy and try to utilize virus code, only to do such a bad job of it that the virus doesn't work?

    --
    GetOuttaMySpace - The Anti-Social Network
  8. Some instructors make it too easy by techno-vampire · · Score: 3, Insightful

    I took the time to RTFA. In the first example, a student who'd been more interested in night life than their studies found somebody to fill out a take home final exam. Letting the students take the final of all things outside the classroom is simply begging for them to cheat. If not this way, some other, such as getting help from an older friend. That instructor should be fired, unless there's tenure involved. If so, simply don't assign him or her any more classes. Let them strut about with their title of Professor, and their tenure, if they want, but unless they're actually teaching, I doubt they're going to get paid, and they won't be giving any more good grades to cheaters.

    --
    Good, inexpensive web hosting
  9. Re:Likely not a problem overall by NeoSkandranon · · Score: 5, Insightful

    The times are gone when most people in CS are geeks.

    Many, many, *many* are in it for the money, or because people keep telling them computers are the place to be. I'm in computer engineering myself, but I've had to take up through jr level comp sci courses, and in each and every one I see people who fail to exhibit basic programming knowledge, or only a middling skill level in using the computer in general.

    --
    If you can't see the value in jet powered ants you should turn in your nerd card. - Dunbal (464142)
  10. Entrepreneurship and "example" code by keilinw · · Score: 4, Insightful

    I have a few thought on this:

    First of all, it is probably morally wrong for students to have "other" people do their work for them. However, sometimes it really helps to have some "example" code from which to start learning. I'm torn between the two teaching methods but I believe that a good balance is necessary.

    As an Electrical Engineer I was forced to learn to code (despite that fact that I really don't enjoy coding that much). I found that sometimes when a student jumps feet first into something they have a really steep learning curve. If they start with sample code and then get weaned off of it then that would be effective.

    Ironically, "some" of those idiots were blamed for plagiarism! Oh how sweet justice is when students learn "Quality Control" through cheating.

    On the flipside, I've seen arguments here that those students wont get anywhere in the workforce. I could imagine a scenario where individuals outsource their "personal" assignments (in the workforce) to India :) Hows that for Entrepreneurship? One can telecommute and then outsource all of his work to India....lets just hope those fools don't violate any NDAs!

    I know I'm ranting but its my style.... I feel that I'm at least semi-on topic and that, at a minimum, made an attempt to say something interesting...

    Matt Wong www.themindofmatthew.com

  11. Re:You're only cheating yourself by pclminion · · Score: 4, Insightful
    The problem is that you don't learn anything, and you don't get any practice reinforcing what you've learned by doing the projects. That's your own loss, not anyone else's.

    No. It's everybody's loss. These losers devalue the degree of Computer Science. Employers are starting to realize that a lot of these dolts don't really have any clue at all, and this alters their perceptions of CS graduates in general. I put in the long hours and hard work to really earn my degree, but many do not. Employers are not blind -- they realize that a lot of CS "grads" are total nitwits. This might lead them to believe that I am as well.

    "You're only cheating yourself" might be true in high school but certainly not at the collegiate level. These sorts of people piss me off.

  12. Design for Moral Erosion by mfh · · Score: 3, Insightful

    The schools keep cutting prof wages. What do they expect?

    I look at this as a kind of moral erosion that will eventually lead to greater teaching discoveries.

    I'm a programmer and I did all my own work through college. But thinking about this problem of cheating in a realistic light -- so what if they outsource? They should get some experience in outsourcing, and if they start early then they will be well ahead of other coders who work in a project management capacity.

    That said, it's dishonest to pass work off as your own, if it's outsource material.

    What profs should really do is:

    1. Allow and encourage outsourcing.
    2. Mark much harder on students who have outsourced.
    3. Require all outsourcing meeting minutes (from RAC, MSN...etc).
    4. Require superior design elements.
    5. Require a receipt to keep track of how much was spent on the project.
    6. Require project management reports.

    This would give coders an idea of what it's really like, plus it will keep students from learning to become great liars (which really hurts us all).

    Eventually computers will simply case out most code for us, so teaching coders to be casers is not really that enlightened, and yet most schools pound these kinds of requirements into students, dulling their wits and making them crabby.

    Teaching coders to see the big picture will only come from a strong project management regiment, which is currently missing from most major programs. To them it's more about the lexicon, than the abstract understanding!

    --
    The dangers of knowledge trigger emotional distress in human beings.
  13. Re:Likely not a problem overall by nomadic · · Score: 4, Insightful

    Many, many, *many* are in it for the money, or because people keep telling them computers are the place to be. I'm in computer engineering myself, but I've had to take up through jr level comp sci courses, and in each and every one I see people who fail to exhibit basic programming knowledge, or only a middling skill level in using the computer in general.

    And a lot of them are just mildly ok at math and figure you have to major in SOMETHING. I mean a lot of them wouldn't feel passionate about anything, but you have to pick a major, so why not computer science? Why does everyone here think that computer science is a field of study so noble, so exalted, that it and only it should escape the mediocre masses that muddle along in any other field? I mean, plenty of those English majors don't read books outside of school, and plenty of those engineering majors never even looked at a schematic they weren't assigned in class, and plenty of those astronomy majors don't even own telescopes. Just have to learn to deal with the mediocre people instead of urging them to go infest another field.

  14. Re:You're only cheating yourself by BadAnalogyGuy · · Score: 2, Insightful

    The nitwit is not the student but the professor who is using homework assignments as a basis for grades.

    How hard you work is never a basis for anything. The only thing that matters is results. A lot of couples try to work out their differences. Many times, no matter how hard they work at things, the problems they have persist. The end result is that their problems are never resolved and they eventually split up. The problem isn't how hard they work, but that they can't reach a successful conclusion. If you work your ass off and fail, you can't argue that you're better off than someone who sailed through and succeeded. It only means that you have less aptitude than the person who does better than you.

    If a student can pass exams without having cracked the textbook or glanced at the homework assignments, they should pass the class. It goes without saying that perhaps they should have probably taken a different class where they might have learned something, but that's not the point. The point is that the only thing you should be graded on is how well you learned the contents of the course. That can only be accomplished at the end of the course when all topics have been covered. Everything before that is only a means to teach the course topics (homework) or to judge the progress of the class as a whole (mid-term exams).

    A degree is just a formal announcement that you have understood some area of study to a certain level of mastery. If professors will pass a student who fails a final exam because his homework was good, that's a problem with the professor, not the student. And yes, if your school has nitwit professors who do this, then your degree is worthless.

  15. Teach your children .... by taniwha · · Score: 4, Insightful
    with both my kids around about age 9-10 I discovered some paper they were going to hand in that was copied from the web .... sat them down, typed 3 words of vocab that so obviously wasn't written by them into google and lo and behold the web page they copied it from .... long discusion ensued - about how to write a paper, paraphrase a source (or quote it correctly) and an explanation about how their teachers could do the google trick just as well as I could

    It's a great age to learn this - probably Jr High teachers should do that demo to each new incoming class - "I can catch you out - it's this easy"

    1. Re:Teach your children .... by oni · · Score: 2, Insightful

      everything on my site is under a psudoname

      One lesson here is that you should use your real name for things that you can be proud of. Sure, if you have a blog about anime and furries then use an alias. But for acedemic stuff, it's a good idea to use your real name.

      It also makes a nice google-trail for potential employers. When you go to apply for a job, they are going to google you. If everything you've done has been anonymous, they wont find anything. No big deal I guess. But if you published that presentation under your real name, then that potential employer might have found it and that makes you look good - it makes you look learned.

  16. Questions by brennz · · Score: 2, Insightful

    I'd be curious if it was all people outsourcing their homework to party or a combination of the following:

    1. Horrible public university student-teacher ratios making assistance in the learning process not only non-existent, but also frowned upon. Said student achieving the boiling point in frustration and failing to have help, seeks aid, even if paid.

    2. TAs teaching all the material, oftentimes in fields they have 0 training, with another person's lesson plan/material. I have endured too many upper division security courses now, with TAs that I rated between toilet paper and turd.

    3. Onerous assignments by some professor that can barely speak english and instead should be enrolled in ESL 101, where merely deciphering the assignment requires a 10 year background in cryptanalysis and NSA supercomputers. "ha, I'll just give this to some indian coder, he'll understand my professor for sure!~"

    4. Rote assignments that are equally dull, unchallenging and time-consuming

    5. True students seeking more elegant/better/high-graded solutions. How many times have you cobbled together something that was ugly, functional, but practically a monstrosity. Spend a few more hours on it, with 0 forward progress, or outsource the work, then analyze the solution to see a better algorithm and incorporate it? Why get a C, when you can outsource some superior work, get a better grade, and learn more in the process?

  17. Re:good experience by JanneM · · Score: 2, Insightful

    Outsourcing your homework is good experience for middle management. That way, when they get their job, they have experience in outsourcing programming and getting poor quality code back.

    Code that obviously was good enough for its intended use (since they passed the class with it). Which is a lesson that technical departments at times should heed: don't waste resources on making stuff better than it needs to be; nobody's going to notice, or thank you, and you ended up wasting resources better spent somewhere else.

    --
    Trust the Computer. The Computer is your friend.
  18. Group tests by dereference · · Score: 2, Insightful
    Why can't we take group tests? In the real world, if you don't know something, you ask someone who does know.

    Well, that works just fine for when you don't "know something" such as a fact, figure, or definition. However, what about when you don't "understand something" such as a complex concept or how to apply a theory in practice? Do you just go ask somebody else?

    Sure, you could try, but you probably won't simply find it with a quick Google search as you suggest. Consider how long it might take for somebody who does happen to understand it (well enough to teach it to you) to teach you this concept. That time is well spent for you, but not for your employer (nor necessarily your "teacher" in this case). This assumes, of course, that you know how to recognize somebody who actually does understand the concept, which is non-trivial at best; otherwise you'll still get it all wrong.

    In the real world, if I want to hire you and you have a degree, I expect you to have been through that drill already for certain complex concepts, with professors (and indeed classmates) who are nominally proficient in their respective fields. If you haven't, you'll inevitably become a burden to your team.

  19. Re:Likely not a problem overall by LordLucless · · Score: 4, Insightful

    If you aren't passionate, or competant enough to participate in any course offered at a tertiary education institution without cheating - don't go through tertiary education. Try apprenticing in a trade instead. You can get good money as a tradesman, and they don't have the same intellectual focus as a university/college degree.

    If you aren't passionate or competant enough in any field offered anywhere, well, you're better served getting started on your french-frying career, because if you can't pull it together enough to get a degree or trade certificate, you're not going to be able to do it for a living.

    --
    Just because you're paranoid doesn't mean there isn't an invisible demon about to eat your face
  20. Re:good experience by www.sorehands.com · · Score: 3, Insightful

    Good enough to run once is not good enough. Why do you think why many software packages out there suck? They write it good enough for the intended use. They don't write it to be solid.

  21. Re:I'd say encourage this approach to lead the wor by typical · · Score: 1, Insightful

    I realized that I could become a cube code monkey, or expand and accept that the rules changed. CS undergrads would be better off knowing this lesson early than finding out one day they had been outsourced.

    This does, of course, assume that the unique skills that you bring to the table outside of CS provide better value than those that can be found in, say, India. :-)

    And language isn't such a barrier anymore. I work with Europeans and Asians who speak English as a language other than their first on a daily basis, and English is pretty widespread these days.

    --
    Any program relying on (nontrivial) preemptive multithreading will be buggy.
  22. From an employer's perspective... by dstone · · Score: 3, Insightful

    Sure, let the entrepreneurial students outsource all their projects. The wake-up call will be on them when, during their first real-world interview, I put them in a room, alone, for 20 mins with a whiteboard and ask them to pseudocode an algorithm or data structure.

    The students who aren't interested enough in the -science- of a computing project might bet better off majoring in Business Administration and, yes, doing the outsourcing. Leave the architecting, the design, and (maybe) the coding to the real future computer scientists.

  23. Re:good experience by dubl-u · · Score: 3, Insightful

    Which is a lesson that technical departments at times should heed: don't waste resources on making stuff better than it needs to be; nobody's going to notice, or thank you, and you ended up wasting resources better spent somewhere else.

    The important difference in that assignments last a few weeks; in rare cases, an entire semester. With code, if your project succeeds the code could be around for decades.

    You shouldn't waste money on excess features or library functionality that you might need someday. But money is never wasted on doing software right.

  24. Re:You're only cheating yourself by dubl-u · · Score: 2, Insightful

    No. It's everybody's loss. These losers devalue the degree of Computer Science. Employers are starting to realize that a lot of these dolts don't really have any clue at all, and this alters their perceptions of CS graduates in general. I put in the long hours and hard work to really earn my degree, but many do not. Employers are not blind -- they realize that a lot of CS "grads" are total nitwits. This might lead them to believe that I am as well.

    Speaking as a person who's just sorting through a stack of resumes, you're absolutely right. Generally I don't bother with people who lack a track record of actually delivering and maintaining software. Schools produce too many idiots whose main skill is getting grades. I run tight ships, and can't afford to spend massive amount of time educating somebody on the difference between academics and industry.

    Want to catch my attention even if you're fresh out of school? Include something prominent on the resume that shows you can perform. Running an open-source project or building a dynamic web site with an obvious user base are great examples.

  25. it doesn't help by penguin-collective · · Score: 2, Insightful

    Homework usually doesn't count for a big part of a course, it's preparation for the test. Outsourcing homework makes about as much sense as outsourcing physical exercise or outsourcing an appendectomy--it may avoid short term unpleasantness, but it fails to achieve its long term purpose.

    (In contrast, when companies outsource, they may just care about the product, so outsourcing is arguably a correct strategy for them.)

  26. Re:good experience by Fulcrum+of+Evil · · Score: 2, Insightful

    My comment was a responese to the assertion that the code received was poor, not a comment on the general desireability of having other poeple do your homework.

    I guess my point was that the code quality is irrelevant when it's the wrong problem being solved.

    --
    "We returned the General to El Salvador, or maybe Guatemala, it's difficult to tell from 10,000 feet"