Hullaballoonatic
11/07/2019, 6:55 PMShawn A
11/07/2019, 7:00 PMfred.deschenes
11/07/2019, 7:14 PMxenoterracide
11/07/2019, 7:32 PMShawn A
11/07/2019, 8:08 PMxenoterracide
11/07/2019, 8:10 PMShawn A
11/07/2019, 8:13 PMQuy D X Nguyen
11/07/2019, 8:48 PMxenoterracide
11/07/2019, 9:22 PMmyMethod( foo: Foo )
and myMethod( bar: Bar)
represents a form of polymorphism (the latter is considered polymorphic), I would use the latter to argue that since in the language it “looks” like you’re calling the same method, that if in kotlin it looks like you’re calling a method on object, but that method doesn’t really exist on object, then you’ve essentially modified the object and/or changed its behavior, it doesn’t matter that it doesn’t compile to that. but that’s, like, just my opinion, manQuy D X Nguyen
11/07/2019, 11:24 PM