Solving programming problems or contributing code?

Posted by nischayn22 on Programmers See other posts from Programmers or by nischayn22
Published on 2012-06-13T06:45:11Z Indexed on 2012/06/13 10:47 UTC
Read the original article Hit count: 234

What are the best skills to develop for a college graduate?? Should one spend hours/days trying to solve problems on codechef or topcoder or contribute code to open source organizations?

My personal experience says solving problems teaches you how to make optimal code and learn new programming techniques (which someone else has researched and made available) to solve problems, whereas contributing to open source teaches you how to organize code (so others can work on it), use coding conventions and make "real" use of what you have learnt so far, blah blah!!

Also another thing to note is that many companies are hiring today based on one's problem solving skills (Is this something I should worry about?)

P.S. I have done little of online problem solving and little of code contribution (via GSoC), but left confused what I should continue doing (as doing both simultaneously isn't easy).

© Programmers or respective owner

Related posts about learning

Related posts about self-improvement