24yo French web dev
Main fediverse account (Mastodon) : @KaKi87@mamot.fr
- 2 Posts
- 6 Comments
KaKi87@sh.itjust.worksOPto
Programming@programming.dev•[Help] JS array with getter by ID ?English
11·3 years agoI used to enjoy the flexibility that JS provides. And IDEs do a pretty good job of filling the holes!
Exactly.
My last project, I went all in on typescript. And I have caught so many more errors before even compiling. It’s like having tests. It gives a hell of a lot more confidence.
I can understand that too. Although, IDEs also catch a lot of type-related errors in vanilla JS.
KaKi87@sh.itjust.worksOPto
Programming@programming.dev•[Help] JS array with getter by ID ?English
2·3 years agoI’m not a TypeScript person, sorry. 😅
KaKi87@sh.itjust.worksto
Asklemmy@lemmy.ml•Can lemmy be used as a blog (with comment section)?English
2·3 years agoHi,
I’m feeling the same and wondering the same, did you ended up trying this, and if yes, do you have some advice on how to manage this particular use case ?
Thanks
KaKi87@sh.itjust.worksOPto
Programming@programming.dev•[Help] JS array with getter by ID ?English
1·3 years agoI just found two packages that do the same thing as I did :
The last one comes with a blog post explaining the same things I did !
KaKi87@sh.itjust.worksOPto
Programming@programming.dev•[Help] JS array with getter by ID ?English
1·3 years agoYes but no thanks, cf. my reply to @Zushii@feddit.de.

True, but less convenient than using an array in the first place.