Hacker News new | ask | show | jobs
by Jermaine_Jabi 1927 days ago
One thing I've noticed as a self-taught programmer is that concepts get really, really fancy names for simple things and it kinda acts as a barrier.

That said one of the hardest part s of programming on a team so far has been making names that make sense, so, some sympathy there.

2 comments

I see you've likely met Dependency Injection, the fancy name for "pass the dependency as a parameter"
Exactly!
100% agree. I find this is problem particularly acute in Data Science / Machine Learning / AI.