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
TypeScript extends JavaScript (which we currently use for all frontend) but with more rigorous typing. This is kind of adjacent to the frontend testing issues open here, as the main motivator for Typescript existing is to preemptively catch errors at compile time that could indirectly result from interim changes to elaborate Javascript code.
I've used it in the past and it's ultimately been really useful and satisfying, but there are also times where it frustratingly tells you that you can't do something--and it's probably because it's right--but you just know JavaScript would let you do it and it wouldn't technically ~ break ~ anything.
Proposal
Basic research on the history of TypeScript and its maintenance, testimonial research into its effectiveness as a shorthand for frontend testing, what features it brings to the table that JS doesn't and why they're useful (i.e. generic typing, object oriented, supports functional interfaces), what using it with React looks like, etc.
Deliverables
Little write-up of sorts that covers the proposal.
Timeline
A day's worth of focus, I'm thinking
The text was updated successfully, but these errors were encountered:
Ultimately don’t think we should change anything at this exact moment, but I also still think this is a good idea. But, this has been a fun first thing to look into because people have egos and Strong opinions. Also will say that looking at all the formatted, typed code does give me the itch to try writing things in TS.
Background
TypeScript extends JavaScript (which we currently use for all frontend) but with more rigorous typing. This is kind of adjacent to the frontend testing issues open here, as the main motivator for Typescript existing is to preemptively catch errors at compile time that could indirectly result from interim changes to elaborate Javascript code.
I've used it in the past and it's ultimately been really useful and satisfying, but there are also times where it frustratingly tells you that you can't do something--and it's probably because it's right--but you just know JavaScript would let you do it and it wouldn't technically ~ break ~ anything.
Proposal
Basic research on the history of TypeScript and its maintenance, testimonial research into its effectiveness as a shorthand for frontend testing, what features it brings to the table that JS doesn't and why they're useful (i.e. generic typing, object oriented, supports functional interfaces), what using it with React looks like, etc.
Deliverables
Little write-up of sorts that covers the proposal.
Timeline
A day's worth of focus, I'm thinking
The text was updated successfully, but these errors were encountered: