Week_3+ Flashcards
1
Q
Why use an IDE?
A
IDEs can automate many processes including:
Building,Testing
GUI building
Auto-completion of variable/syntax
2
Q
What does reverting do?
A
Restore working directory to when is was when chosen to commit.
3
Q
What is branching?
A
Almost all VCS use it.
Branching means you diverge your working directory from the master copy, continue working without affecting master copy.
4
Q
What does an IDE do?
A
Integrates tools into single enviroment