shurane / unit-0-assessment

Unit 0 assessment for C4Q
0 stars 26 forks source link

Comments? + A different API? #1

Open noidontdig opened 9 years ago

noidontdig commented 9 years ago

Assessment looks great! We'll need to show the students how to install JUnit at the beginning of the class, but that shouldn't be a problem.

I think you can skip the "declareAndAssignVariable" method since other methods will probably implicitly measure that. Does that make sense?

I also think that, in order to avoid any confusion, we should have either:

Another idea: it might be cool to provide the students with an API they haven't worked with before. So instead of "Person", which they used in their homework, maybe "Cats" or "Poets" or "Programmers."

What do you think?

shurane commented 9 years ago
noidontdig commented 9 years ago

I just had to click download JUnit within the project. It was relatively simple. Maybe we can include junit-4.7.jar in the project?

And Person + Poets sounds good :+1:

bgun commented 9 years ago

I assume Poet would inherit from Person? Have we gone over inheritance in class?

noidontdig commented 9 years ago

No inheritance yet!

bgun commented 9 years ago

Maybe something less inherently related than People/Poets then. How about Place?

shurane commented 9 years ago

hmm, Place would be nice, could sort of lead to composition with People having Place instead of a City.

shurane commented 9 years ago

No recursion, right?

noidontdig commented 9 years ago

No recursion! The list of topics I sent covers everything we've formally taught them.