What implementation problems are still soaking up all of your time?

Posted by Conor on Programmers See other posts from Programmers or by Conor
Published on 2011-01-07T12:58:22Z Indexed on 2011/01/07 12:59 UTC
Read the original article Hit count: 235

Filed under:

What implementation problems has the industry claimed to have solved many times, but are still soaking up all of your time?

Examples:

  • Cross platform GUI - mobile devices have blown this issue wide open.
  • OO to RDBMS mapping - how do I map this attribute to that field in that database using that framework. You get the idea.
  • Interface definitions - ..., CORBA, COM, EJB, WSDL, ..., etc

Can you think of any others?

© Programmers or respective owner

Related posts about discussion