Why Version Control Exists: The Pendrive Problem
Life Before Version Control
Once upon a time (not very long ago), developers did not have version control systems.
Instead, they relied on:
Pendrives
Emails
Shared folders
File names like:
project_final
project_final_v2
project_final_latest
p...