|
|
|
|
|
by tester756
1492 days ago
|
|
>Js has const, C has const, Java final. C# has readonly and const >Imho it'd be awesome if mutability were not the default If they decided one day that - "let's make immutable by default", then it'd be performance hit - wouldn't it? |
|
codeflo means to declare a local variable that cannot be reassigned later.