|
|
|
|
|
by reader_mode
1803 days ago
|
|
>Although in my opinion, code review should be enough to catch any "accidental" incidents of plagiarism, the differences in writing style should make it very obvious when the employee has copied something. You must do some CSI level code reviews. Best I'm able to do is figure out if code will work and if something can be done obviously better. Stylistic calls (beyond lint enforceable) are up to authors as far as I'm concerned. And even then it's trivial to fix up naming schemes and such to march codebase - doubt that gets you out of copyright issues. |
|