There are three types of work items in the default TFS setting: script, task, and error. This last one is quite simple, and the task is also: this is a specific job for a team member. But I think the script is a bit vague.
Usually I create a script for larger and more general units of work: for example, "Create functionality to add employee lines to the employer." Smaller, more specific work items will then be tasks, for example: "Create a part form", "Create a save method on the server", etc.
When I check for changes, I associate the change set with the AND script with a specific task. Is this a good habit? How do you solve tasks and scenarios? Any resources for best practices?
I also heard that the scripts are actually intended to be used, is that so?
source
share