Should I update an application when a used framework release a new version?

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-03-18T23:33:51Z Indexed on 2010/03/18 23:41 UTC
Read the original article Hit count: 314

I have an application that use several libraries and frameworks, should I update my application to use the latest version of those frameworks when a new stable version is available?

For example, migrate from python 2.x to python 3.x, or from spring 2.5 to spring 3.0, but the question es very general, not language specific.

If I keep the application updated to use the latest stable frameworks versions then I will have new features available in case I need them.

If I don't, then may be in a future I will need to do the update and it will be a lot of work to update the application.

Is there any best practice about this?

© Stack Overflow or respective owner

Related posts about Development

Related posts about software-development