How do you practice coding?
I've seen the great Code Katas and also Steve Yegge's Practicing Programming.
Can anyone recommend more interesting exercises?
Thanks!
|
19
|
How do you practice coding? Thanks!
|
|||
|
|
|
|
Jeff's Code Kata (from this post):
As far as interesting exercises and challenges are concerned, you could try looking at some stuff from TopCoder or Google Code Jam |
|||
|
|
|
|
Project Euler and Anarchy Golf are two of my favorite sites for simple programming exercises. |
||
|
|
|
|
Python Challenge is an interesting set of 33 puzzles which you solve by writing little programs in Python -- although there's no reason you can't use the language of your choice. |
||
|
|
|
|
Check out the Bowling Game Kata for practice in Test Driven Development. |
||
|
|
|
A great article by Peter Norvig: Teach Yourself Programming in Ten Years |
||
|
|
|
|
The Monopoly - The Game code kata seems interesting. It is good to try some code katas that are not just mathematically puzzles. Below is sample from the first release called Basic Board and Player Movement:
|
||
|
|
|
|
D'oh! Forgot about Ruby Quiz and Perl Quiz of the Week! |
||
|
|
|
|
You want some more interesting problem solving questions. Try programming contest practice questions. UVA online-judge provides a huge list of problems and allows you to submit your answers to see if they are correct. Here are a few sample questions. Another useful site is Hunting UVA Problems. It will create a list of problems that are roughly the next easiest for you. You will need to sign up to UVA online-judge before using this tool. |
||
|
|