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

Pattern: Writing test code before refactoring #49

Open
yuhattor opened this issue Aug 17, 2023 · 0 comments
Open

Pattern: Writing test code before refactoring #49

yuhattor opened this issue Aug 17, 2023 · 0 comments

Comments

@yuhattor
Copy link
Owner

Description

In the modern world of software development, refactoring can be seen as a fun and engaging task, especially with tools like GitHub Copilot at your disposal. It's so easy to dive in and make changes, but without proper tests, even the most promising code modification can lead to unexpected results. This pattern emphasizes the importance of writing tests before refactoring code to ensure that the functionality remains consistent. Think of tests as your safety net; they catch the problems before they become catastrophic.

https://www.ai-native.dev/docs/refactoring/writing-test-code-before-refactoring

@yuhattor yuhattor changed the title Writing test code before refactoring Pattern: Writing test code before refactoring Aug 21, 2023
@yuhattor yuhattor moved this to Lv0 - Pattern Ideas in GitHub Copilot Patterns Dashboard Aug 21, 2023
@yuhattor yuhattor moved this from Lv0 - Pattern Ideas to Lv2 - Practically Viable Patterns in GitHub Copilot Patterns Dashboard Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Lv2 - Practically Viable Patterns
Development

No branches or pull requests

1 participant