Scala's implicits clearly have some of the same drawback as C#'s extension 
methods in that it can make code hard to understand and hard to read. 

I haven't learned Scala's implicit feature well enough to comment on them 
yet.

On Monday, October 29, 2012 12:01:59 PM UTC-5, Ricky Clarkson wrote:
>
> Are you a fan of Scala's implicit conversions?  Those make it so that 
> foo.bar(baz) can really be someConversionMethod(foo).bar(baz), 
> actually harder to predict than extension methods. 
>
>

-- 
You received this message because you are subscribed to the Google Groups "Java 
Posse" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/javaposse/-/waGA4bk50t8J.
To post to this group, send email to javaposse@googlegroups.com.
To unsubscribe from this group, send email to 
javaposse+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/javaposse?hl=en.

Reply via email to