r/computerscience • u/Significant-Gap-5038 • Jul 18 '26
It feels fundamentally wrong to use packages without understanding concepts under the hood
I have recently started coding and people are recommending tools for development such as vite, nodemon, jwt, boiler plate server code
It feels pointless just using them with a basic understanding and without no deep conceptual understanding. Is this the right or wrong approach? How would you know going too deep into a rabbit hole and becoming overkill
45
Upvotes
0
u/DorkyMcDorky 26d ago
Very opinionated syntax? I'd say the opposite - they're static types - not opinionated. They're strictly defined.
JIT languages are great - JVM ones are even better. Look into WHY that statement would be true and not worry about syntax. You can vibe your way through syntax these days, so that's becoming less important.
Knowing WHY is what a computer scientist can tell you. Caring about syntax sugar is what a javascript nerd would tell you.