Hacker News new | past | comments | ask | show | jobs | submit login

Most developers I know seem to prefer the loop version. I'm not sure what you mean by "sensibilities of construction", but I'm a big advocate of LINQ. If your concern is that certain linq calls iterate an entire sequence, that could apply to all kinds of scenarios that have nothing to do with LINQ like string concatenation. You should always be aware of the performance characteristics of methods you are calling. LINQ is not special in that regard.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: