# Developer Learning Over Specific Tool Requirements

DevFeed: [Developer Learning Over Specific Tool Requirements](<https://devfeed.tech/articles/learning-is-more-important-that-knowing-25282.md>)

Original publisher: [Read original article](<https://kau.sh/blog/learning-is-more-important-that-knowing/>)

Author: Kaushik Gopal

Published: 2012-04-18T07:00:00Z

Content type: opinion

Language: en

Sources: [Kaushik Gopal's Site](<https://devfeed.tech/sources/kaushik-gopal-s-site.md>)

Topics: [Learning](<https://devfeed.tech/topics/learning.md>), [Requirements](<https://devfeed.tech/topics/requirements.md>)

Tags: [learning](<https://devfeed.tech/tags/learning.md>)

## AI overview

The article argues that employers should state the technologies they use but avoid making specific tools, languages, frameworks, or trivial libraries strict requirements. It contends that capable developers can learn equivalent technologies when needed.

## Source excerpt

... You should mention what technologies you are using (because listing WCF or Java will save me the hassle of applying, and you the hassle of rejecting me), but don't list specific tools, languages and frameworks as requirements. Good developers who know Rails can learn Django or Node. Going between Oracle, SQL Server, MySQL and Postgres is all pretty trivial. ... I remember being asked quite eagerly, during a pre-interview, if I knew a specific view engine (like erb, or haml...). Seriously, a view engine!?!? A shitty programmer can learn a new view engine in 10 minutes. Or a more common one that always gets to me is listing some specific version control software. Or a specific library that solves a trivial problem (I see this all the time from the .NET world with DI and mocking frameworks) Good programmers not only learn, but they want to learn. They often know enough about a technology so that they have a good feel for what problems it might solve; and only invest time truly learning it when it's needed. do read the article in its entirety. it's pretty short and pure gold.