You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we used final to declare an immutable variable.
I think it would be great to use let for the same thing (similar to the Swift language). It would help reduce the number of keystrokes needed and help the code be slightly less verbose. 😊
Thanks for a great language!
The text was updated successfully, but these errors were encountered:
Currently we used
final
to declare an immutable variable.I think it would be great to use
let
for the same thing (similar to the Swift language). It would help reduce the number of keystrokes needed and help the code be slightly less verbose. 😊Thanks for a great language!
The text was updated successfully, but these errors were encountered: