

Something’s you leave out but let’s say instead you are using some enumerator like in Python over a list of some objects. Sure you can use “i” but what if it’s a list of apples then why not make the iterator “apple”
For Apple in apples
Simple example but the concept can go a long way
This is exactly how I program