|
|
|
|
|
by lillecarl
2945 days ago
|
|
> I've seen legacy code get created by people postponing platform updates for so long that the upgrade pathways stop being supported, that's one way. This is something i've seen many times, when you don't update in long enough entire API's might've changed or been replaced and there's no documentation or anyone even remembering the stuff available anymore. I agree though that one doesn't have to rush new releases, i do however think there should be a plan to upgrade done as soon as there's a new stable release. I've been working with a softphone that's built for .net framework 3.5, if you want any library you can forget nuget, must get source build and modify manually. Which is suboptimal. |
|