Hacker News new | ask | show | jobs
by ar15saveslives 3435 days ago
It's far from enough to know a programming language. If someone knows how to write binary search on C++, he can rewrite it on Python, JS or C# pretty easily.

But software development is not about writing pure functions, it's about writing applications, so frameworks and good practices is more important than the language.