diff --git a/public/_data.json b/public/_data.json index fe89d13..41c14fe 100644 --- a/public/_data.json +++ b/public/_data.json @@ -16,6 +16,17 @@ "title": "About me" }, "posts": [ + { + "title": "→ Reduce the cognitive load of your code", + "date": "30th March, 2016", + "timestamp": 1459347029, + "tags": [ + + ], + "author": "Sami Samhuri", + "url": "/posts/2016/03/reduce-the-cognitive-load-of-your-code", + "link": "http://chrismm.com/blog/how-to-reduce-the-cognitive-load-of-your-code/" + }, { "title": "→ Moving Beyond the OOP Obsession", "date": "28th March, 2016", @@ -114,17 +125,6 @@ "author": "Sami Samhuri", "url": "/posts/2015/05/magical-wristband", "link": "http://www.wired.com/2015/03/disney-magicband/" - }, - { - "title": "→ Undocumented CoreStorage Commands", - "date": "24th May, 2015", - "timestamp": 1432436316, - "tags": [ - - ], - "author": "Sami Samhuri", - "url": "/posts/2015/05/undocumented-corestorage-commands", - "link": "http://blog.fosketts.net/2011/08/05/undocumented-corestorage-commands/" } ] } \ No newline at end of file diff --git a/public/posts/2016/03/_data.json b/public/posts/2016/03/_data.json index 9da4b01..d54320f 100644 --- a/public/posts/2016/03/_data.json +++ b/public/posts/2016/03/_data.json @@ -9,6 +9,18 @@ "url": "/posts/2016/03/moving-beyond-the-oop-obsession", "tags": [ + ] + }, + "reduce-the-cognitive-load-of-your-code": { + "id": "reduce-the-cognitive-load-of-your-code", + "author": "Sami Samhuri", + "title": "Reduce the cognitive load of your code", + "date": "30th March, 2016", + "timestamp": 1459347029, + "link": "http://chrismm.com/blog/how-to-reduce-the-cognitive-load-of-your-code/", + "url": "/posts/2016/03/reduce-the-cognitive-load-of-your-code", + "tags": [ + ] } } \ No newline at end of file diff --git a/public/posts/2016/03/reduce-the-cognitive-load-of-your-code.md b/public/posts/2016/03/reduce-the-cognitive-load-of-your-code.md new file mode 100644 index 0000000..db3ca7f --- /dev/null +++ b/public/posts/2016/03/reduce-the-cognitive-load-of-your-code.md @@ -0,0 +1 @@ +This is all good advice. I should use more intermediate variables for longer conditions. \ No newline at end of file