-
Notifications
You must be signed in to change notification settings - Fork 6
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
TDD #29
Comments
How much do we cover currently? When all possible unit tests implemented, please close this issue. |
Isn't it little harsh ? I mean tdd over legacy code ? |
Legacy? We still use it. If it's deprecated, yes we don't need TDD and it's better to remove them. However, we still use it. Also, this is not just for current snapshot of this code base. Someone may break something on existing code in the future, right? |
Ok, we can write some functional & integrated tests with Django 2.0 ( #56 ) , than refactor the deprecated parts of modules / blocks. I'm here for code & help. But we must have a product owner who should say implement this or that etc, ( on GitHub ). whats your opinion ? |
Test driven development.
The text was updated successfully, but these errors were encountered: