Skip to content

Commit

Permalink
Remove Ruby slide
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Oct 3, 2024
1 parent 60a3371 commit 433f545
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,31 +395,6 @@ <h2>Metaprogramming: <code>def</code></h2>
</section>
</section>

<section>
<section>
<h2>API gotchas</h2>

<ul>
<li class="fragment" data-fragment-index="1"><code>#includes?</code> instead of <code>#include?</code></li>

<li class="fragment" data-fragment-index="2">Only <code>#reduce</code>, no <code>#inject</code></li>
<li class="fragment" data-fragment-index="2">Only <code>#size</code>, no <code>#length</code></li>

<!--div class="fragment">
<p><code>Time.utc</code>/<code>Time.local</code> instead of <code>Time.now</code></p>
</div-->
</ul>

<aside class="notes">
<p>Overall, the standard library has very many similarities</p>
<p>but there are some explicit choices</p>
<p>better grammar</p>
<p>avoid aliases</p>
<p>Easier for newcomers</p>
<p>No need to learn two things when one suffices</p>
</aside>
</section>

<section>
<h2>Concurrency</h2>
<ul>
Expand Down

0 comments on commit 433f545

Please sign in to comment.