|
|
|
|
|
by tekkk
490 days ago
|
|
You are polluting every variable signature with `readonly`. This also can create cascading effects where making one function accept only readonly variables forces you to declare readonly elsewhere as well. Quite similar, in a way, to Rust. |
|