Y
Hacker News
new
|
ask
|
show
|
jobs
by
thesuperbigfrog
2245 days ago
Isn't that called weak typing? (
https://en.wikipedia.org/wiki/Strong_and_weak_typing#Definit...
)
1 comments
jbverschoor
2244 days ago
No. I mean altering code to strong typing using type inference. So that auto becomes int, or MyClass*.
link