carpentries-incubator / targets-workshop

Pre-alpha {targets} workshop
https://carpentries-incubator.github.io/targets-workshop/
Other
33 stars 6 forks source link

Workshop feedback #22

Open multimeric opened 1 year ago

multimeric commented 1 year ago

Just a list of thoughts I had from running the workshop last week. Overall the workshop was excellent and very clear, so don't think this is any serious criticism, it's just hard to give feedback on things that went well!

Oh, and also these are very low priority, the workshop doesn't need any of these changed urgently or at all, I'm just writing everything down while I remember.

joelnitta commented 1 year ago

Thanks so much for this great feedback! It will take me some time, but I will try to address these. Some may be split off into their own issues.

Many of these come back to a common problem - how much information is the right amount to present during the workshop. It is tempting to try and be comprehensive, but that can make learning harder if there is too much information and not all of it is necessary to grasp the concepts.

multimeric commented 2 months ago

Hi @joelnitta, did you get a chance to think about any of these? I'm still in favour of removing tar_plan and tar_file for example, and I'm happy to submit a PR.

joelnitta commented 2 months ago

Thanks again for the feedback!

Here is a summary of my responses. I've split out most of these into separate issues.

multimeric commented 2 months ago

I just ran this workshop again. I want to re-iterate all the previous points I made about cutting out some of the alternatives we discuss, like all the package loading strategies, as I ran out of time.

The named list strategy (combined_model = lm(bill_depth_mm ~ bill_length_mm, data = penguins_data)) caused confusion again. Could we maybe use a data frame here, because then I think we can get "names" as well as avoiding the iteration argument.

One new point was that I don't have a good explanation for why tar_file works for both input and output files. This isn't really explained in the material either.

joelnitta commented 2 months ago

@multimeric Thanks!

I am (finally!) going through your comments more carefully as you can see above and opening issues as needed. I will reply to your comments about named list and tar_file as I get to them.

I am also teaching this again soon, so I really appreciate the additional feedback 🙏