Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lightning Talk: Operator Overloading #44

Open
xantho09 opened this issue Mar 11, 2020 · 0 comments
Open

Lightning Talk: Operator Overloading #44

xantho09 opened this issue Mar 11, 2020 · 0 comments

Comments

@xantho09
Copy link
Contributor

xantho09 commented Mar 11, 2020

Summary

Operator Overloading in code has been seen as a somewhat controversial topic with a fair number of articles on the Internet claiming that they are bad or harmful. This lightning talk introduces the concept and describes its advantages and drawbacks.

WIIFY

Operator overloading can result in improved code quality and readability.

Key Points

Operator Overloading...

  • Is syntactic sugar that allows you to use operators in place of functions or methods.
  • Can lead to cleaner and more readable code.
  • Should only be used when the intent is clear.
  • Requires care and precision.

Impact

Know: What Operator Overloading is.
Believe: Operator Overloading can result in cleaner and more readable code.
Do: Use operator overloading (responsibly) in code

Slides

Lightning_Talk_2_Operator_Overloading.pptx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant