Question

Which of these is a better alternative to emailing files of code back and forth between team members?

(1 point)
Responses

using an API

using an API

using a Python library

using a Python library

using version control

using version control

using pseudocode

using pseudocode
Skip to navigation

1 answer

The better alternative to emailing files of code back and forth between team members is using version control. Version control systems, such as Git, allow multiple team members to collaborate on code efficiently, track changes, manage different versions, and resolve conflicts without the need to send files via email.