Skip to content

Commit

Permalink
Update CS 362 topics. Post TDD code link.
Browse files Browse the repository at this point in the history
  • Loading branch information
robwhess committed Apr 17, 2024
1 parent 32152f0 commit d9a25fa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/data/courses/sp24/cs362/topics.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,16 +143,17 @@ const topics = [
{
title: 'Test-Driven Development: A Case Study',
weeks: [ 4 ],
isCurrent: true,
resources: [
{
title: 'Lecture notes',
link: 'https://docs.google.com/document/d/1cCiUGRj5IBUTbWgyXwS8j4b5kwA4VlsrsTls7exuX48/edit?usp=sharing'
},
// {
// title: 'Example code',
// link: 'https://github.com/osu-cs362-sp23/tdd-case-study',
// description: 'code written during lecture'
// }
{
title: 'Example code',
link: 'https://github.com/osu-cs362-sp24/tdd-case-study',
description: 'code written during lecture'
}
],
readings: [
{
Expand Down

0 comments on commit d9a25fa

Please sign in to comment.