cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agoI'm new to using Ruby and this tickled me pinklemmy.mlimagemessage-square55fedilinkarrow-up1415arrow-down15cross-posted to: programmerhumor@lemmy.ml
arrow-up1410arrow-down1imageI'm new to using Ruby and this tickled me pinklemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square55fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-square_stranger_@lemmy.worldlinkfedilinkarrow-up3·edit-224 hours agoI’ll take overloaded operators over overloaded functions any day of the week, and I also hate overloaded operators. Python’s optional typing has come a very long way in the past few years, you might be able to mitigate this with some creative application of typing. Edit: I read your post closer, I’m not sure typing would help with the overloaded operator issue and now I have something fun to try out later 😁
I’ll take overloaded operators over overloaded functions any day of the week, and I also hate overloaded operators.
Python’s optional typing has come a very long way in the past few years, you might be able to mitigate this with some creative application of typing.
Edit: I read your post closer, I’m not sure typing would help with the overloaded operator issue and now I have something fun to try out later 😁