publish 'Reduce the cognitive load of your code'

This commit is contained in:
Sami Samhuri 2016-03-30 14:10:30 +00:00
parent 5920e6fbb3
commit b52d0f13ec
3 changed files with 24 additions and 11 deletions

View file

@ -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/"
}
]
}

View file

@ -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": [
]
}
}

View file

@ -0,0 +1 @@
This is all good advice. I should use more intermediate variables for longer conditions.