Question

This is only anecdotal evidence but from my past encounters with programmers at various workplaces the programmers that understand the fundamentals of parsing and interpreting seem to be overall better programmers. They also tend to be less religious about their tools. My subjective experience indicates they tend to write better code as well. I've mostly worked with application programmers and I know this is a very limited sub-discipline of programming in general so take my limited experience for what it is and nothing more.

What are some other foundational components of CS that tend to be correlated with programming skill and ability? I'm assuming some basic understanding of basic data structures so that's a given.

Was it helpful?

Solution

I think that parser and interpreter knowledge may correlate with skill simply because most people who are very interested in programming, and thus more likely to have higher skills in programming, have at some point written a parser themselves or taken at least a compiler course in higher education.

This of course assumes that interest in programming leads to higher skill in programming, which I think it does. But then you could likely say that most other advanced programming topics correlate with programmer skill.

OTHER TIPS

I think it. depends on your environment. For example I work in banking and finance. The most productive programmers there are those who are numerate, i.e. can look at numbers and understand what they mean. Understanding parsers etc but not understanding the numbers will not help you as much.

Those who understand parsers are more likely to have undergone extra training in computer science and so understand more things in computing.

Licensed under: CC-BY-SA with attribution
scroll top