Oct 25, 20092
Having fun with for loops
I love for loops. I use them in ways they probably shouldn't be used for. Here are some few fun ways of using for loops with the caveat that not all these should be used since they are unorthodox and may not be easily readable to others in your team. For loops for concise conditional logic Have you ever come across a pattern where you need to set a ...
PrasSarkar.com