Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
When I do it right debugging is easy as fuck. And I do it right most of the time, the only exception being missing deps in the side effects and it's kinda my fault coz I didn't configure the linter directly.
Other than that, everything is pure functional. What goes in comes out. Suuper easy to debug. -
retoor860122h@antigermgerm it still requires debugging. Snek didn't need debugging because... Not having that stuff 😁 Anyway, how can something called side Effect be so default to use. It looks like a hack to me, young man.
-
@retoor side effects aren't hack. They are things that need to react / act on something exterior to the program and thus not a pure function.
But the beauty is that side effect themselves are function, which mean your program is still pure. -
Can React handle 12-bit floating-point numbers? Badum, tsjjjjjj!
Let's see... due to fractional inaccuracies of JavaScript, external libraries would have to be used just for the number issue alone. lol
Related Rants
Advice: Don't use react
rant
webdev
js