Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Meh. It's not that bad. Legacy codebases can be fun. If you have a good team, your meetings will be meaningful or you will cut them.


Legacy in business just means it's a real product/process that has customers and/or makes an important output.

Otherwise, if people didn't like it for whatever reason, they could just stop doing it.

It's great to be working on something that's useful and important.


Yeah, a lot of greenfield projects fail, and the road to that failure is fraught with pain and burnout.

Cities are legacy projects, colonies are greenfield. Both have their pros and cons.


I've always liked working in legacy code bases. It's like doing archeology. Seemingly bad code maybe didn't start out as bad code, but was made bad over time because of historical reasons (last minute product changes, time pressure, local changes without understanding the bigger picture). It can be very rewarding to make sense of it. And it makes you realize that any code you write yourself will be legacy code soon too, and someone else will need to be able to make sense of it again.


It depends.

The thing about inheriting an older, undocumented codebase is that it often blows up in ways that you least expect; even drawing assumptions about how a function works based on its name can be problematic.


Or when you remove some "unused" code, only to find out that it was somehow used by reflection and your IDE can't even figure that out because the framework you're using was discontinued in 2010. Also of course, there's no test for that.


Sometimes bad develops wrote bad code, but with a good team, you can do a fun cleanup!

It’s all about the team.


I've worked on plenty of legacy code over 37 years. It all depends on the management environment and how bad the code is. Sometimes legacy code is like being mired in quicksand.


I've grown to appreciate legacy code more than greenfield. It's real code that makes money (hopefully) and solves problems. Code is bad? Well, it's probably for good reason as real-world problems are messy. Also a lot less analysis by paralysis.


> Legacy codebases can be fun.

"Legacy codebases" and "fun" should not appear in the same sentence.


Discovering how a large system works can be fun. Even if a codebase is old, but the design is good, it can be gratifying.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: