|
|
|
|
|
by gitgacutils
2945 days ago
|
|
> If you write code on .NET, you should adopt this release ASAP. If you require the new features maybe, but if you are writing enterprise code, you shouldn't rush into things. > Doubly so if you care about runtime performance. Everyone cares about runtime performance, but if your software isn't experiencing performance issues, there is no need to rush into things. Or at the very least, reach out to your clients to get a feel about their schedules and expectations. #1 rule: if it ain't broke, don't fix it. |
|
I dont get these claims to not upgrade unless you're also just as worried about changing a line of code and having it all break too? Make the changes, test the changes, and deploy carefully, just as you would for anything else.