From ccda87e19519bbf41cfcbb5ad4cef40fffe2b74f Mon Sep 17 00:00:00 2001 From: jultty Date: Tue, 27 Aug 2024 08:05:24 -0300 Subject: [PATCH] New link: Good programmers worry about data structures --- content/links/engineerscodex-data-structures.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 content/links/engineerscodex-data-structures.md diff --git a/content/links/engineerscodex-data-structures.md b/content/links/engineerscodex-data-structures.md new file mode 100644 index 0000000..1d23f03 --- /dev/null +++ b/content/links/engineerscodex-data-structures.md @@ -0,0 +1,6 @@ ++++ +title = "Good programmers worry about data structures and their relationships" +date = 2024-08-27 +[extra] +url = "https://read.engineerscodex.com/p/good-programmers-worry-about-data" ++++