GitHub Classroom
11–20 of 171 posts
Re: GitHub Classroom
#12I'd hate the idea of having a record of all my mistakes as a student. I'd probably just use a separate remote for my develop branch and squash into one commit when merging to master.
Overall, I think this is a well received release, since it's something I know many students have appreciated in the past rather than waiting a week for teachers to grade their code.
Re: GitHub Classroom
#13Re: GitHub Classroom
#14Hmmmm seems like a weird vertical for github to go into. kinda makes me feel they could be spreading themselves thin.
Re: GitHub Classroom
#15The CI part works well (I would expect the same from github), but things like syncing up your class roster or just inviting an ad-hoc set of students.... that's very clunky.
Re: GitHub Classroom
#16It also has a number of advantages, I have lost count of the number of times I have been sent screen shots of error messages (even camera photos of a screen). I now insist that all errors a reported via issues.
This means I can fix / push code for problems and track what I have done.
It also helps with plagarism as I can usually see the progress of students work with regular commits rather than one project that appears straight away via normal submission processes.
For group work there are a number of tools to do analytics on who did what etc so it make seeing how well the group has worked.
Now we are moving to online, I'm thinking of adding some of the CI / IDE features that are being introduced to help with Lab exercises, however in our area (Animation and Games) this is not ideal as a lot of what we do is visual / interactive.
Re: GitHub Classroom
#17Hmmmm seems like a weird vertical for github to go into. kinda makes me feel they could be spreading themselves thin.
Re: GitHub Classroom
#18I'd hate the idea of having a record of all my mistakes as a student. I'd probably just use a separate remote for my develop branch and squash into one commit when merging to master.
It's CI for your homework. Surely your teacher will only look at your finished work?
Re: GitHub Classroom
#19Re: GitHub Classroom
#20Hmmmm seems like a weird vertical for github to go into. kinda makes me feel they could be spreading themselves thin.