ITURO / ituro

ITURO Core Systems.
MIT License
7 stars 6 forks source link

TDD #29

Open ilkerkesen opened 9 years ago

ilkerkesen commented 9 years ago

Test driven development.

ilkerkesen commented 7 years ago

How much do we cover currently? When all possible unit tests implemented, please close this issue.

mertsalik commented 6 years ago

Isn't it little harsh ? I mean tdd over legacy code ?

ilkerkesen commented 6 years ago

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?

mertsalik commented 6 years ago

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 ?