David Brown wrote:
> I don't mean to be disparaging.  Declaration inference is immensely
> useful.
> Having to declare types of every variable and argument is a lot of what
> makes most static-type programming so tedious.
>
>    LongArduousType foo = new LongArduousType(..);
>
> I think distracts from readability.  It's much better to only declare the
> type there when it is going to be different.
No kidding. I can't wait for C++ 0x for this reason.

--Chris

-- 
[email protected]
http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg

Reply via email to