Comment Re: Reviewing code is more effort than writing cod (Score 1) 60
You can get work done, if you don't mind the glaring fucking inefficiency of it- time wasted trying to coax it into doing what you want, how you want it- more spaghetti-at-the-wall write-test cycles than you'd expect for a first-year programmer, glaring logic errors that you need to correct (that to be fair, usually come from a lack of fleshed-out instruction on your part- but still, if my instructions are larger than the code, what prize have I won?), but I do find that they're quite alright at having a chunk of code stuffed into their context and coming up with unit tests for everything they notice within it. Sometimes they even surprise me and come up with tests for things I didn't think of.