TotalCross / totalcross

TotalCross is a Software Development Kit that helps cross platform application development. Currently supported platforms are: Windows, Wince, Android, iOS, Linux and Linux ARM for embedded systems.
https://www.totalcross.com
GNU Lesser General Public License v2.1
222 stars 40 forks source link

Lack of diamond operator throughout TotalCross SDK #358

Open jeffque opened 3 years ago

jeffque commented 3 years ago

Diamond operator are a great way of infering generics and let to a more readable Java source. But as seen in #357 , there are a lot of places where it ought to be used but it isn't. As @flsobral commited "in diamond operator we trust", I guess there should be more trust invested in it.