COMP5241-2324-Project / project-group14

project-group14 created by GitHub Classroom
0 stars 0 forks source link

[Feature] Finding more efficient algorithms for assessing contributions #4

Open YEpengbo opened 6 months ago

YEpengbo commented 6 months ago

Using code line changes to assess member contribution seems inaccurate, the front-end tends to have a lot of html code thus far outweighing the back-end code, and it's easy to cheat this assessment algorithm. Is there a better strategy for assessing how much each person contributes?

ZergWang commented 6 months ago

Perhaps different scores can be assigned to different programming languages. Generally speaking, the amount of front-end code changes is large, but the workload may not be large. Therefore, for example, for HTML or JS languages, each line of code change can add 1 point; for languages ​​such as Python/C++/Java, each line of code change can add 5 points.