HackerTrans
热门最新趋势评论往期问答秀出招聘

fexecve

no profile record

评论

fexecve
·4年前·讨论
This is already a solved problem. If I block every anti-vaxxer I see on Twitter, eventually Twitter will stop showing them to me. But if I view the tweet replies to President Biden, I see the anti-vaxxer replies right at the top. So they just need to apply the user preferences across the entire platform.
fexecve
·4年前·讨论
Well, yes, but new developers need to learn to always delve one layer beneath any abstraction they're using, and understand it. Usually they learn this the hard way by fighting with some abstraction until in a fit of insanity they dig beneath the surface (looking at the library source code or something) and realize that either (a) the docs were lying or (b) the code has a bug or (c) their understanding of what the abstraction was even capable of was wrong.
fexecve
·4年前·讨论
> This "3rd party library by default" bullshit is killing me

I've noticed that new developers tend to think of libraries are indivisible units. They never stop to think what React Query uses, it's an atomic unit that you use to do queries, duh.