Skip to content

Commit

Permalink
deploy: 3eb3b1e
Browse files Browse the repository at this point in the history
  • Loading branch information
pintergreg committed Oct 21, 2024
1 parent da111cc commit ee1a8e1
Show file tree
Hide file tree
Showing 9 changed files with 71 additions and 2 deletions.
Binary file added lectures/figures/borrowed/good_comments.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lectures/figures/team_dependency_1.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions lectures/figures/team_dependency_2.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion slides/10_planning.html
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,7 @@ <h2>ninety–ninety rule</h2>
</div>
<!-- ![](figures/borrowed/estimating_time_2x.png){height=300} -->
</section></section>
<section>
<section id="assign-responsibilities-and-tasks"
class="title-slide slide level1">
<h1>assign responsibilities and tasks</h1>
Expand Down Expand Up @@ -592,7 +593,27 @@ <h1>assign responsibilities and tasks</h1>
data-cites="paquet2019when">[4]</span></p>
</div>
</section>

<section id="dependencies" class="slide level2">
<h2>dependencies</h2>
<div class="columns">
<div class="column" style="width:50%;">
<div class="r-stack">
<div class="fragment fade-out" data-fragment-index="1">
<p><img data-src="figures/team_dependency_1.drawio.svg"
width="450" /></p>
</div>
<div class="fragment fade-in" data-fragment-index="1">
<p><img data-src="figures/team_dependency_2.drawio.svg"
width="450" /></p>
</div>
</div>
</div><div class="column fragment" data-fragment-index="2"
style="width:50%;">
<p><img data-src="figures/borrowed/CouplingVsCohesion.svg"
width="350" /></p>
</div>
</div>
</section></section>
<section>
<section id="allocate-resources" class="title-slide slide level1">
<h1>allocate resources</h1>
Expand Down
11 changes: 11 additions & 0 deletions slides/12_clean_code.html
Original file line number Diff line number Diff line change
Expand Up @@ -1129,6 +1129,8 @@ <h2>separated functions - usage</h2>
</section>
<section id="more-bad-comments" class="slide level2">
<h2>more bad comments</h2>
<div class="columns column-gapless">
<div class="column" style="width:60%;">
<div>
<p><strong>journal comment</strong></p>
<div class="sourceCode" id="cb33"><pre
Expand Down Expand Up @@ -1158,6 +1160,15 @@ <h2>more bad comments</h2>
<p>modern editors can find (end display) the block endings</p>
</div>
</div>
</div><div class="column" style="width:40%;">
<figure>
<img data-src="figures/borrowed/good_comments.jpg" width="375"
alt="by Oliver Widder (Geek and Poke) CC BY 3.0" />
<figcaption aria-hidden="true">by Oliver Widder (Geek and Poke) <a
href="https://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a></figcaption>
</figure>
</div>
</div>
</section>
<section id="apollo-11---colossus-2a" class="slide level2">
<h2>Apollo 11 - Colossus 2A</h2>
Expand Down
Binary file added slides/figures/borrowed/good_comments.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions slides/figures/team_dependency_1.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions slides/figures/team_dependency_2.drawio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion slides/summary_week06.html
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ <h1>schedule milestones</h1>
</div>
</section>

<section>
<section id="assign-responsibilities-and-tasks"
class="title-slide slide level1">
<h1>assign responsibilities and tasks</h1>
Expand Down Expand Up @@ -428,7 +429,27 @@ <h1>assign responsibilities and tasks</h1>
data-cites="paquet2019when">[2]</span></p>
</div>
</section>

<section id="dependencies" class="slide level2">
<h2>dependencies</h2>
<div class="columns">
<div class="column" style="width:50%;">
<div class="r-stack">
<div class="fragment fade-out" data-fragment-index="1">
<p><img data-src="figures/team_dependency_1.drawio.svg"
width="450" /></p>
</div>
<div class="fragment fade-in" data-fragment-index="1">
<p><img data-src="figures/team_dependency_2.drawio.svg"
width="450" /></p>
</div>
</div>
</div><div class="column fragment" data-fragment-index="2"
style="width:50%;">
<p><img data-src="figures/borrowed/CouplingVsCohesion.svg"
width="350" /></p>
</div>
</div>
</section></section>
<section>
<section id="allocate-resources" class="title-slide slide level1">
<h1>allocate resources</h1>
Expand Down

0 comments on commit ee1a8e1

Please sign in to comment.