Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Theory and Science, Not Language (Score 2, Interesting) 569

I'm a firm believer that the theory, science, and logic of programming is far more important than the language itself. Once you understand the important aspects of elegant design, the rules of most languages are the same. I graduated in 1996 - a while back now - but remember that the thing I thought most sorely lacking from my education was a firm understanding of database architecture and design. That is going to be just as important as understanding solid programming in any job. If a database is well designed, the code should almost write itself, once you understand end users requirements.

After that mouthful, Tiobe does a fairly good job at monitoring trends in programming language popularity. Java/C/C++ are 1/2/3 according to them. You can see their full list and trends here:

http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html

Regards,

-Flip

Slashdot Top Deals

Money is the root of all evil, and man needs roots.

Working...