✅ How do I understand static typing
I am a bit confused about the difference between static and dynamic types when learning variable types
9 Replies
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
So if I want to change the static type of a variable, do I need to refactor it?
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View
To make it simple, if you declare a variable as a string you will never be able to put something else than a string in it.
Oh, I see, thanks for the explanation
$close
If you have no further questions, please use /close to mark the forum thread as answered
I mean both C# and TS while being mainly about static typing, have dynamic typing too
Unknown User•7mo ago
Message Not Public
Sign In & Join Server To View