Most interesting and challenging programming tasks
- by dsimcha
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?