Last section of the lexture: how to think about organizing the workflow
where a alrge number of people are working on the same code base. The
answer is: integrate changes quickly, which is ultimately the easiest way
to catch errors:
the example is the airline0 project, now mograted to GitHub. GitHub actions
permits one to automate the process of what happens when a change to the code is
pushed to the repository.
Yml is the language being used here: a simple key:value list where one might
nest other key:value pairs under values...
* * *
No comments:
Post a Comment