Translation Versions: ENGLISH | UKRAINIAN
This repo was created for 2 proposes:
- Hep students in learning OOP subject and simplify tasks submissions
- Facilitate and speed up submitted works review and evaluation
If you have access to this repo, it means that you have applied for assignment in Github classroom (check assignment dead-line and working plan with you teacher).
In root directory you can see folders lab_1/
, lab_2/
, lab_3/
etc. This
folders is a template lab tasks submissions.
To submit lab please find your task corresponding to your variant in the Google Doc listed below ⬇️ (clarify variant with teacher if you don't know it).
Методичні вказівки до виконання лабораторних робіт з дисципліни "ООП та ПП"
- Choose lat that you want to submit (e.g. Lab 2)
- Create branch from
master
with corresponding naming to lab that you are going to do (lab-2
,lab-2-submission
,lab_2
etc.) - Create file with lab code in dedicated folder (
lab_2/lab-2.cs
orlab_2/result.cs
,lab_2/submission.cs
,lab_2/my_program.cs
etc.). Please not that all tasks submissions should be in dedicated folders corresponding to lab number. - Commit your changes when you consider that code for lab is done.
- Push changes to github (Don't need if you use Github UI to add code)
- Open Pull Request to allow teacher review your task submission
- Wait for teacher review comment and "Approve" label
- When you get "Approved" label from teacher please merge PR to master
- 🎉 You successfully submitted task
lab_2
code