Skip to content

Commit

Permalink
lecture 17
Browse files Browse the repository at this point in the history
  • Loading branch information
loudinb committed Apr 4, 2024
1 parent 1f0f2f9 commit f684fcc
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified 24ss/.DS_Store
Binary file not shown.
8 changes: 4 additions & 4 deletions 24ss/schedule.html
Original file line number Diff line number Diff line change
Expand Up @@ -838,17 +838,17 @@ <h1>Schedule<a class="headerlink" href="#schedule" title="Permalink to this head

</td>
<td style="text-align: left;vertical-align: top;">
<p style="font-weight: bold;">Debugging</p>
<p style="margin-top: -10px">Types of bugs, strategies, tools and techniques</p>
<p style="font-weight: bold;">Testing and Debugging</p>
<p style="margin-top: -10px">Testing, Debugging, Exceptions, Assertions</p>
</td>
<td style="text-align: left;vertical-align: top;">

<ul style='padding-left: 5px;'><li><a href="https://abseil.io/resources/swe-book/html/ch11.html">Testing Overview</a></li><li><a href="https://abseil.io/resources/swe-book/html/ch12.html">Unit Testing</a></li><li><a href="https://abseil.io/resources/swe-book/html/ch13.html">Test Doubles</a></li><li><a href="https://abseil.io/resources/swe-book/html/ch14.html">Larger Testing</a></li><li><a href="https://www.sqlite.org/testing.html">How SQLite Is Tested</a></li></ul>
</td>
<td style="text-align: left;vertical-align: top;">

</td>
<td style="text-align: left;vertical-align: top;">

<ul style='padding-left: 5px;'><li><a href="/24ss/slides/lecture_17.html">Lecture slides</a></li></ul>
</td>
</tr><tr style="align:top">
<td style="vertical-align: top;">
Expand Down
Binary file added 24ss/slides/.DS_Store
Binary file not shown.
10 changes: 5 additions & 5 deletions _sources/24ss/schedule.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -649,17 +649,17 @@
" \n",
" </td>\n",
" <td style=\"text-align: left;vertical-align: top;\">\n",
" <p style=\"font-weight: bold;\">Debugging</p>\n",
" <p style=\"margin-top: -10px\">Types of bugs, strategies, tools and techniques</p>\n",
" <p style=\"font-weight: bold;\">Testing and Debugging</p>\n",
" <p style=\"margin-top: -10px\">Testing, Debugging, Exceptions, Assertions</p>\n",
" </td>\n",
" <td style=\"text-align: left;vertical-align: top;\">\n",
" \n",
" <ul style='padding-left: 5px;'><li><a href=\"https://abseil.io/resources/swe-book/html/ch11.html\">Testing Overview</a></li><li><a href=\"https://abseil.io/resources/swe-book/html/ch12.html\">Unit Testing</a></li><li><a href=\"https://abseil.io/resources/swe-book/html/ch13.html\">Test Doubles</a></li><li><a href=\"https://abseil.io/resources/swe-book/html/ch14.html\">Larger Testing</a></li><li><a href=\"https://www.sqlite.org/testing.html\">How SQLite Is Tested</a></li></ul>\n",
" </td>\n",
" <td style=\"text-align: left;vertical-align: top;\">\n",
" \n",
" </td>\n",
" <td style=\"text-align: left;vertical-align: top;\">\n",
" \n",
" <ul style='padding-left: 5px;'><li><a href=\"/24ss/slides/lecture_17.html\">Lecture slides</a></li></ul>\n",
" </td>\n",
" </tr><tr style=\"align:top\">\n",
" <td style=\"vertical-align: top;\">\n",
Expand Down Expand Up @@ -793,7 +793,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.1"
"version": "3.12.2"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit f684fcc

Please sign in to comment.