|
|
|
|
|
by cillian64
1175 days ago
|
|
The downside is when reading code you’re keeping in your head information about the type of each variable. If you skim through the code and miss one of these redefinitions then you may be mistaken about the variable’s type. That said, I still think sparing use of this is justified, especially with an editor which can show types on mouseover. |
|