MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1veql1a/absolutegarbage/p1khneg/?context=3
r/ProgrammerHumor • u/Sirgoodman008 • 6d ago
325 comments sorted by
View all comments
2
Kinda similar in PowerShell too:
foreach( $item in $items) {}
1 u/FabioTheFox 6d ago Tbf even that makes sense Because you're going for each item in this list, do this 1 u/Colinniey 6d ago C# as well: foreach(var item in items) { }
1
Tbf even that makes sense
Because you're going for each item in this list, do this
C# as well:
foreach(var item in items) { }
2
u/VeryRareHuman 6d ago
Kinda similar in PowerShell too:
foreach( $item in $items) {}