mirror of
https://github.com/samsonjs/samhuri.net.git
synced 2026-04-27 14:57:40 +00:00
publish 'Reduce the cognitive load of your code'
This commit is contained in:
parent
5920e6fbb3
commit
b52d0f13ec
3 changed files with 24 additions and 11 deletions
|
|
@ -16,6 +16,17 @@
|
||||||
"title": "About me"
|
"title": "About me"
|
||||||
},
|
},
|
||||||
"posts": [
|
"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",
|
"title": "→ Moving Beyond the OOP Obsession",
|
||||||
"date": "28th March, 2016",
|
"date": "28th March, 2016",
|
||||||
|
|
@ -114,17 +125,6 @@
|
||||||
"author": "Sami Samhuri",
|
"author": "Sami Samhuri",
|
||||||
"url": "/posts/2015/05/magical-wristband",
|
"url": "/posts/2015/05/magical-wristband",
|
||||||
"link": "http://www.wired.com/2015/03/disney-magicband/"
|
"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/"
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -9,6 +9,18 @@
|
||||||
"url": "/posts/2016/03/moving-beyond-the-oop-obsession",
|
"url": "/posts/2016/03/moving-beyond-the-oop-obsession",
|
||||||
"tags": [
|
"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": [
|
||||||
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
This is all good advice. I should use more intermediate variables for longer conditions.
|
||||||
Loading…
Reference in a new issue