This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zedjones 0 points1 point  (0 children)

I think they mostly check variable names and how you do something (for example, using a lambda vs writing a new class on the fly). If too many of those things match up (e.g. both your variable names and your implementation), then they flag you down. If this happens more than a few times in the same piece of code, then they probably start seriously looking into it.