|
I guess I should expand on my [sort-of] gripe. Implicit casting by the
language itself is OK where it makes sense, like in your example of int
and long. But, logically, it can be confusing to use an implicit
operator to convert between objects that have nothing in common, and
never will (like Truck and Pear, for instance). // David Arild Fines wrote: David La Motta wrote: |
- [Mono-list] implicit, explicit, and why does C# have thes... David La Motta
- Re: [Mono-list] implicit, explicit, and why does C# ... Jonathan Pryor
- Re: [Mono-list] implicit, explicit, and why does... David La Motta
- RE: [Mono-list] implicit, explicit, and why ... Todd Berman
- Re: [Mono-list] implicit, explicit, and ... David La Motta
- RE: [Mono-list] implicit, explicit, and why ... Arild Fines
- RE: [Mono-list] implicit, explicit, and ... David La Motta
- RE: [Mono-list] implicit, explicit,... Todd Berman
- RE: [Mono-list] implicit, explicit,... Arild Fines
- RE: [Mono-list] implicit, explicit, and why does C# ... Luciano Callero
- RE: [Mono-list] implicit, explicit, and why does C# ... Kenneth Brubaker
