Timeline for Type checking as opposed to multiple functions?
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S Aug 5, 2021 at 15:53 | history | suggested | albert | CC BY-SA 4.0 | fixed syntax errors |
| Aug 3, 2021 at 15:08 | review | Suggested edits | |||
| S Aug 5, 2021 at 15:53 | |||||
| Apr 23, 2020 at 14:17 | comment | added | David | Also a couple of other useful features are 1. @register stacking (multiple types for the same function) and 2. No need to specify type in the @register decorator if the argument is annotated (ex: flip_int(x: int)) | |
| Apr 23, 2020 at 14:02 | comment | added | David | This is really useful. Just a couple of changes I had to make: args* to *args in the generic function signature. str[::-1] to x[::-1] in str version. | |
| Jan 8, 2018 at 16:31 | review | First posts | |||
| Jan 8, 2018 at 18:58 | |||||
| Jan 8, 2018 at 16:29 | history | answered | Adam Michael Wood | CC BY-SA 3.0 |