hey all. do you think it is sensible to have some ...
# random
d
hey all. do you think it is sensible to have some
@UnitTested
annotation to mark classes which are unit tested? I'm tempted to do that on a large project, so that new contributors know which classes have tests written without having to search if this is true or not - so that they then know that whenever this class is modified a new test should be written? Or should this be enforced by other means?