Skip to content

Commit 7f5f678

Browse files
committed
fix: formatting, links
1 parent 8a1218b commit 7f5f678

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: The Tyranny of Structurelessness
3+
link: https://www.jofreeman.com/joreen/tyranny.htm
4+
---
5+
6+
TL;DR: Lack of formal structure makes it harder for newcomers to participate in changing an organization.
7+
8+
<!-- more -->
9+
10+
According to _Seeing Like a State_, that barrier might be intentional.

content/notes/laws/raymonds_linuses_law.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ In _The Cathedral and the Bazaar_, Eric S. Raymond wrote:
1313
> or, less formally, "Given enough eyeballs, all bugs are shallow."
1414
>
1515
> I dub this: "Linus's Law"
16-

content/notes/techniques/parse_dont_validate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ One point I was surprised this paper made is
3434
I agree that the "single source of truth" principle avoids errors.
3535
However, normalizing mutable data creates a new problem: maintaining referential integrity.
3636

37-
Still, I tend to normalize data in structs-of-arrays for reasons laid out in ["Practical Data-Oriented Design"](../practical_data_oriented_design)
37+
Still, I tend to normalize data in structs-of-arrays for reasons laid out in ["Practical Data-Oriented Design"](./practical_data_oriented_design.md)

0 commit comments

Comments
 (0)