function visibleTodoFilter (state = 'watch', action) {}

function visibleTodoFilter (state, action) {
  // ...
}
