|
|
|
|
|
by dreish
6250 days ago
|
|
Learning a programming language is easy. Learning to program well in a language takes a long time, and includes becoming familiar with its idioms, available libraries, best practices, and appealing but potentially dangerous features. We tend to weed out, in Perl coding tests, people who are just transliterating C code to Perl, which is fairly common. In a group coding environment, no one wants to get stuck having to clean up someone else's ridiculously complicated code to do something the language lets them do in three or four lines. |
|
Of course, we could argue that if a language takes 10 years to get to proficiency that there's probably something wrong (and in the case of C++ I would tend to agree).