davmlaw / 2024_practical_github_repositories

MIT License
0 stars 30 forks source link

2024 - Practical - GitHub repositories

Branches

This repository has 2 branches:

Data files

The "data" and "doc" directories contains files that correspond to your student number

You should ONLY work on the files assigned to you.

Simulated errors

These files have had simulated errors created them, there are two types:

Insertion Severity
XXXXXXX High
lower_case_word -> UPPER_CASE_WORD Low

There are a maximum of 3 types of each error in each file.

Testing / Marking

There's a script (./bin/detect_differences.sh) that we'll use to check whether the files match what we expect.

Feel free to use it to check your work. Run the diff lines against your files (removing the redirect to /dev/null) to see what needs to change