Slashdot Mirror


User: CyberELF

CyberELF's activity in the archive.

Stories
0
Comments
26
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 26

  1. No operator overloading?? on Java for EGCS · · Score: 1

    Is "1" + "2" == "3" or "1" + "2" == "12" ?

    I have seen in some commercial toolkits (like e.g. ObjectStore) that every kind of operator (including the comma, makes nice method invocations) is overloaded. This makes code simply ugly!