Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working Effectively With Legacy Code #18

Open
devenglish opened this issue Jan 30, 2023 · 0 comments
Open

Working Effectively With Legacy Code #18

devenglish opened this issue Jan 30, 2023 · 0 comments

Comments

@devenglish
Copy link
Contributor

We all have to work on something we hate – for most, it is working with legacy code. Nothing is more real in any job than legacy code.

How to modify legacy code? How to identify parts of the code to refactor? How to break dependencies between code you want to refactor? How to make sure the new code is doing what is expected? How do you take small steps at a time to refactor legacy code?

They are just some of the key questions answered in this brilliant book. If I have to summarise the essence of the book in a line, it would be “Write unit tests, refactor code, make sure tests are passing.”

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant