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
I really doesn't matter much. I plan to eventually come back through and update these while I implement #2, The short answer is that it comes down to code style
Yep! No argument here. Just didn't need or want either while developing this. For me I generally come back through and "lock in" please declaration hints once everything isn't really in transit anymore (since let-vs-const is really about knowledge share & long-term maintenance and let->const can be automated)
Im wondering why you use "let" all over the ts codebase when
const
is generally preferred?The text was updated successfully, but these errors were encountered: