that’s crazy, it’s almost like it was created to run on a browser, who would do such an evil thing?
that’s crazy, it’s almost like it was created to run on a browser, who would do such an evil thing?
Record<string, unknown> ftw
is this a section of a discord api implementation?
I use their mail system, and it’s pretty good ngl
yeah, discord do be like that
on hindsight they are trying to implement a “forum” like experience, where you can create a dedicated threads channel where you csn search previous threads, but it’s not exactly like a real forum, pretty useful tho
they will never win, it’s an open source code, anyone can fork an re-distribute It, they can’t realistically lawsuit tens of thousands of people, some of which sre totally incognito
Sometimes it’s hard to detach It, specially dealing with web dev.
The browser expects JS, since JS was made for the browser, so you make a front in JS. But now you need a back, and hey, you already have all models and repos in JS, might as well make the back with JS.
It’s a vicious cycle. Honestly, JS is fine for either if you are component enough (ie. not using stuff like “is-number”), don’t get the hate on It.