geco-bern / agds2_course

AGDS 2 (II) course instructions / exercises
https://geco-bern.github.io/agds2_course/
Other
0 stars 9 forks source link

Clarification on code in the report #18

Open stineb opened 5 months ago

stineb commented 5 months ago

This is what I wrote students in Jan 2024 after seeing their reports from HS2023 and this clarification should be added to the website for next time this course is run:

How much code to show in the report? This is a taste question, but relegating contents to external scripts can come at the cost of transparency. You should therefore put additional effort in describing where what object is created. In grading your reports, I came to realise that I prefer to see all relevant steps (code) in the report. Contents relegated to external scripts should be steps that are not of direct interest to answering the question at hand or demonstrating a certain workflow. For example, downloading and pre-processing the data can easily be done in an external script. Try also to relegate functions into external files. To clarify what goes into a function and what goes into a script, consider: