Function overloading should be supported in statically typed programming languages

2
6
posted Aug 9, 2018
I just discovered Dart does not support function overloading and was quite surprised to see whether or not to include function overloading in programming languages is a controversial topic. – Whathecode Aug 9, 2018 15:45
I'm incorporating the (in my opinion weak) points made in this thread: https://groups.google.com/a/dartlang.org/forum/m/#!topic/misc/Ye9wlWih5PA – Whathecode Aug 9, 2018 17:06
I have no idea what function overloading is – Danferno Aug 9, 2018 19:04
Quite a common concept in programming languages. 🙂 Believe it is unambiguous enough to not warrant including more context. – Whathecode Aug 9, 2018 19:10