adamzalesak / PV286-Project

Data converter between different formats written in C# (collaborative university project)
0 stars 0 forks source link

Contributions #18

Open Pa3u3u opened 1 year ago

Pa3u3u commented 1 year ago

Before I assign final grading, please describe (in reaction to this comment) how you collaborated on this project (what you did, etc.). All of you, please, one reply for yourself.

adamzalesak commented 1 year ago

Participation on the app design (Conver and Co vertPart methods, ...), implementing convertors, handlig delimiter.

xplatk commented 1 year ago

Implementing convertors (ConvertPart, ValidateInput methods, preprosessing inputs) and participation on app design discussions and report.

filiphajek commented 1 year ago

project setup (pipelines, tests), argument parsing, integration tests, base convertor class.

Pa3u3u commented 1 year ago

Thank you for the replies.

Looking at this and counting in the analysis of git log --stat and git fame, it seems to me that the division of work is not ideal — at the Phase II deadline, @filiphajek owned 90 % of the lines in the source code. This is far too much and hardly can be called fair.

Working in a team obviously not mean that everyone writes every other line, but there ways to spread the work. For example, Filip wrote Argument Parsing; so Katarína and Adam could have written tests for this component. And conversely, Adam wrote some Convertors, so Filip and Katarína could have written tests. You get the idea. Maybe this would lead to some artificial divisions, but it would still be an improvement over the current situation, where almost all commits in the tests and source are attributed by only one of you.

It is a tad late for the next phase, but if you have some unfinished work, please try to redistribute it to improve the workload.