Closed egpbos closed 1 week ago
Can we do without any JS/TS content in the guide? If so, I'd say delete it all
There was an actual question yesterday from Suvayu who was looking for a good up-to-date JS/TS guide, so there does seem to be some market for it. Maybe we don't need to write such a guide ourselves, though.
I guess the possible actions I see are:
Any candidates for 2 and 3? Maybe @ctwhome, @ewan-escience or @dmijatovic? Otherwise, like with the Java chapter, it's probably best to remove it, indeed.
Also,
If I may - I think what would be sufficient is a set of resources to get an already experienced programmer up to speed relatively easily. For example today I am sitting next to Stefan, and he quickly pointed me to a testing framework (jest
), some comments about treatment of types between JS & TS, etc, and that was quite helpful.
Maybe I should keep track of the things that helps me, and that can serve as a starting template.
Good to hear! Sitting down with an expert beats reading a guide anyway, imho, but it's probably different for everyone (and it's not always easy to find the experts).
Jest and some comments about types are present in the current Guide chapter, although I also see that Jest is just the fourth of 4 possible testing framework suggestions; are those others still recommended as well? Should we emphasize Jest and deemphasize the others?
Also, possibly the specific commands that are described for using typing are outdated, maybe someone could check those, or just remove them and point to guides of relevant tools which probably explain things better anyway?
I can make some updates once in a while.
Awesome, looking forward to the updates!
Following #257, we should think about what to do with the JavaScript/TypeScript chapter as well. It's last major update was 4 years ago which I think is two lifetimes in JS years ;)
@jspaaks or @sverhoeven, as main authors of the current chapter, do you have any ideas on this? Others with JS/TS experience that want to weigh in?