|
|
Subscribe / Log in / New account

Java for-each

Java for-each

Posted Dec 16, 2016 12:20 UTC (Fri) by jtaylor (subscriber, #91739)
In reply to: Java for-each by tialaramex
Parent article: Pythonic code review (Red Hat Security Blog)

Even though it is available since a long time, there are lots of programmers that learned the old way and continue using it today.
I still regularly have to regularly flag stuff like C89 un-scoped iteration counters in >= C99 code reviews despite this being standard since 17 years and available even longer in actual compilers.


to post comments

Java for-each

Posted Dec 20, 2016 18:34 UTC (Tue) by niner (subscriber, #26151) [Link]

Even longer in actual compilers....except for MSVC which finally started supporting C99 in 2012 and still doesn't have full support. So people who are used to cross platform development have learned to stick to C89 for a long time.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds