Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+28 votes

Does he want us to put how the code works?
UML?
Um.... how the program works?
I thought we gonna run our program.

Save me.....

asked in CSC285_Fall2018 by (1 point)

2 Answers

+12 votes

Here's a couple things you can do:

  • Talk about how the classes interact with each other (maybe make a UML diagram)
  • Comment on any software design patterns you implemented
  • Discuss what you learned over the course of this project (whether it be about working with a team or completing a large coding project)
answered by (1 point)
+6 votes

Yes, you are going to run your program and demo it. However, a few slides should help complement that demo and discuss things that aren't apparent from the demo itself.

I want you to show me that you can discuss your software at a more technical level than "click, click -- see it works!", but at a higher level than "watch us as we scroll by a bunch of Java code that you don't have time to understand..."

answered by (508 points)
...