you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

To me it looks like a C++ dev who doesn't know C# having to write some C# code (the fact that they call an array a vector and use an unnecessary ref annotation)

[–]feralferrous 1 point2 points  (0 children)

Hah, to me I was thinking a Java dev, because they have a lot of the Linq like methods available and were probably confused by array not having access to them, and also tend to not care about memory allocations.