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: 243

Filed under:
|
|

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

Related posts about fun

Related posts about subjective