Proposal for custom time string formatting in std.datetime
Somedude
lovelydear at mailmetrash.com
Fri Dec 23 02:37:35 PST 2011
Le 22/12/2011 22:32, Jacob Carlborg a écrit :
>> The authors of Java apparently thought the same. It is _experience_ with
>> the actual feature that turned out to be bad. Last time I used Eclipse
>> it underlined with red the lines with .*.
>>
>>
>> Andrei
>
> Really? I have not seen that. I have Eclipse 3.7.0 installed and it
> doesn't indicate and error with "import package.*;". Latest Eclipse is
> 3.7.1.
>
It used to be warning, if I remember well.
In the current version of eclipse, all the * are automatically replaced
by the full names when saving. That's how it behaves here, at least.
And Andrei is correct about the fact that the star notation is
considered sloppy, both in Java and in Python.
More information about the Digitalmars-d
mailing list