Most interesting and challenging programming tasks
Posted
by dsimcha
on Stack Overflow
See other posts from Stack Overflow
or by dsimcha
Published on 2008-12-12T21:10:26Z
Indexed on
2010/03/16
10:56 UTC
Read the original article
Hit count: 261
Some programmers enjoy optimizing code to make the implementation as fast as humanly possible; or golfing to make code as compact as possible. Others enjoy metaprogramming to make code generic, or designing algorithms to be asymptotically efficient.
What do you find most interesting and challenging as a programmer?
© Stack Overflow or respective owner