Dear all,

I would like to ask your opinion: what do you think about "for-each" loops
and old-style indexed loops. In my projects I have found that for-each
loops have several advantages:

1) code readability - code is easier to read
2) less code - and fewer possibilities for mistakes
3) eases refactorings - one have to change less code during future changes

There are many instances in OpenNLP where new style, shorter and cleaner
loops can be used. I might provide a patch. What do you think?

Aliaksandr

Reply via email to