DEV Community

Discussion on: What habit do many senior engineers have that juniors should try to avoid adopting?

Collapse
 
cairocafe profile image
bleskop stevens

Needlessly using anything from the System.Linq namespace when a for loop would work fine. Those extension methods are hard to read and debug.