I was thinkering with the specs for a web service and this question popped into my head.
Should the following use case:
- A user can vote on other users' posts so to modify the latters' reputation
be split into two use cases?
- A user can vote other users' posts
- When a user gets voted, her reputation changes accordingly
Wich one is better formulated?