Skip to content

Commit

Permalink
chore: added new quote
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed May 13, 2024
1 parent c3b31d3 commit e2870d1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/quotes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,11 @@ const quotes: RawQuote[] = [
authorName: 'Andrew S. Tanenbaum',
authorDescription: 'Computer Scientist',
authorWiki: 'https://en.wikipedia.org/wiki/Andrew_S._Tanenbaum'
},
{
text: 'Half of the battle of building performant software is caring enough to look',
authorName: 'AJ Stuyvenberg',
authorDescription: 'Engineer'
}
]

Expand Down

0 comments on commit e2870d1

Please sign in to comment.