 |
|
|
| | Ask HN: Who is building “long lived” software? | | 28 points by hn_throwaway_99 on May 9, 2017 | hide | past | favorite | 22 comments | | As a web e-commerce developer, I'm tired of building software that feels like it has a lifespan of 6 months before the next framework/business model/org change comes along. Is anyone building software with a lifespan of greater than say 5 years? Would I need to get into hardware/embedded systems if I wanted to build something that was longer lasting? Any other developers that have made the switch? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
Pick your tech well, and you can pull it off though. S3stat has major bits of heavy lifting in place that I wrote in 2006. There are even older infrastructure pieces such as an ActiveRecord-style data layer that I pulled across from another project I built in the early 2000s.
A lot of that stuff was written in C# to target .NET 1.1. And it still works today because Microsoft understands the value of backward compatibility.
I feel your pain though. I just watched Amazon shut off one of my Lambda projects because it was running an old, deprecated, version of Node.js. Old, meaning, I kid you not, One Year Old.