Typically if I have some `macro`, then the collection of them is plural 
`macros`. If you want to iterate over the collection, then you want to have 
something like `for macro in macros do ...`. Of course you can have `for m in 
macro do ...` or something similar, but that does not help with readability.

Of course it is questionable, if iteration over macros it the thing.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/1398#issuecomment-709188665
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
http://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to