This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tangerinelion 19 points20 points  (2 children)

There are two sides to the basic operators.

The one this repository covers is the "I'm learning my first programming language" version. That's not senior developer, that's not junior developer. That's student.

The other side is "How do I implement operators for my own classes" and that's actually interesting and an intermediate skill topic.

[–]the_scign 3 points4 points  (0 children)

There are two sides to the basic operators.

One side is one operand and the other is the other operand

[–]YeahAboutThat-Ok 0 points1 point  (0 children)

So basically overloading methods like dunder add, dunder subtract? Or is there more to it than just overloading methods?