Open
Description
- Your full name: Karol Majewski
- Target audience (beginner/intermediate/advanced/everyone): beginner
- Estimated duration: 10-15 minutes
- Keywords: overloads, method overload, function overload, polymorphism, conditional types
<Title of your talk>
The talk
One-sentence summary
Ever hovered over a function in Visual Studio Code and wondered what the +2 overloads means? I will tell you exactly what it means.
What's the format — is it a case study, a live coding session, a workshop or something else?
A lecture.
Tell us more about the talk
- When to use them
- Examples
- Overloads vs. conditional types
- Overloading functions
- Overloading methods
- Overloading with interfaces/types
- Overloading newable functions (merging classes and functions)
- Limitations
- Alternative to overloading
- Developer experience and IDE support