Polish up the latest fishbowl

This commit is contained in:
Ben Visness 2022-08-01 20:29:56 -05:00
parent 25e13df04d
commit 1806da0389
2 changed files with 4 additions and 4 deletions

View File

@ -476,7 +476,7 @@ You also refer to them as "leaf libraries", right?
</div>
<div class="chatlog__content chatlog__markdown">
<span class="chatlog__markdown-preserve">is the leafs concept related to Casey's components? or how do they differ?</span>
<span class="chatlog__markdown-preserve">is the leafs concept related to <a href="https://caseymuratori.com/blog_0024">Casey's components</a>? or how do they differ?</span>
</div>

View File

@ -106,9 +106,9 @@ var fishbowls = [...]fishbowlInfo{
ContentsPath: "oop/OOP.html",
},
{
Slug: "code-reuse",
Title: "Responsible code reuse",
Description: "TODO (Ben)",
Slug: "libraries",
Title: "When do libraries go sour?",
Description: "The Handmade community is often opposed to using libraries. But let's get more specific about why that can be, and whether that's reasonable. What do we look for in a library? When do libraries go sour? How do we evaluate libraries before using them? How can the libraries we make avoid these problems?",
Month: time.July, Year: 2022,
ContentsPath: "code-reuse/code-reuse.html",
},