Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Unixxx3656yImho its about the kind of code, not only the age.
I would consider a recently written COBOL application wich uses existing ISAM files as legacy right from the beginning.
A old well written C++ application wouldn't necessarily be a legacy app in my eyes. -
devJs13316yif the software is deprecated more than 2 years. I know some folks still use compass for sass, also same with bower, bundler and angularjs. this is not really legacy like cobol, but no one will use those i mentioned when setting up new project.
-
6 months old JS code is probably legacy if it's not using newest nextBigFrameworkThatYourCodeMustUseOrItsShitCancer
-
@EdoPhoenix At my work those two not always go together. We maintain a system where the company behind the language and compiler no longer exists
-
ackema636yTo address some of these questions. It has some integration tests, had to add unit tests. I would expect some modern patterns like, services, transformations, dao objects etc. Instead the structure is modules using subclassing hierarchy, with a few interfaces. The method naming convention did improve in the last year or so. While , many variables are still using five letter acronyms, comments etc .
-
jysk1312256yAt my recent internship, the product had started being built in about 2000.
That said, it's been well maintained and upgraded over time as much as possible and as safely as possible. And it's still in use across the US.
Kind of funny though working on maintaining something you remember using in 2nd grade. -
jeeper59666yIf you have 2 or more code bases in production that aim to achieve similar functions, the one you want to die the most is legacy.
Related Rants
At what year you start considering code as legacy code. What about 2006!
rant
wk129