HackerTrans
TopNewTrendsCommentsPastAskShowJobs

fexecve

no profile record

comments

fexecve
·4 年前·discuss
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 年前·discuss
> 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.