D0013E labs with Git (Reflection of first lab week) General hints - - PowerPoint PPT Presentation

d0013e labs with git
SMART_READER_LITE
LIVE PREVIEW

D0013E labs with Git (Reflection of first lab week) General hints - - PowerPoint PPT Presentation

D0013E labs with Git (Reflection of first lab week) General hints New/separate project in Git for each lab (we are not checking the old ones for new content) Upload screenshots with the reviews (Git issue) Upload the .objdump file


slide-1
SLIDE 1

D0013E labs with Git

(Reflection of first lab week)

slide-2
SLIDE 2

General hints

  • New/separate project in Git for each lab

(we are not checking the old ones for new content)

  • Upload screenshots with the reviews (Git issue)
  • Upload the .objdump file
  • Substantial content in reviews
  • Lab1a: don’t forget the stack diagram in the code as comment
  • Upload all project files into your repos (linker_script, Makefile, …)
slide-3
SLIDE 3
slide-4
SLIDE 4

Delayed submission(s)? It is your duty to inform us and seek for a solution!

slide-5
SLIDE 5

Lab assessment

  • Code works and implements the specification
  • Received review incorporated
  • Requires that you received one (inform us if not!)
  • Proper review done
  • Substantial enough
  • No complaint of code owner about arrival
slide-6
SLIDE 6

Reviews

  • Adherence to the specification
  • Recursion vs looping
  • Subprocedures vs. branching
  • Stack usage
  • Comments
  • Calling convention ($a…, $v…, …)
slide-7
SLIDE 7

Review example: good

slide-8
SLIDE 8

Review example: good

slide-9
SLIDE 9

Review example: good

slide-10
SLIDE 10

Review example: good

slide-11
SLIDE 11

Review example: good

slide-12
SLIDE 12

Review example: good

slide-13
SLIDE 13

Review example: insufficient

slide-14
SLIDE 14

Comments examples: good

slide-15
SLIDE 15

Comments examples: less helpful