This would be nice. I wonder if the impact is that big, because
many loops deal with multiple arrays and need an index.

If you create a bigger patch maybe split it between the maxent
and tools package.

Do you now use git?

Jörn

On 11/9/11 10:30 AM, Aliaksandr Autayeu wrote:
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