File tree 8 files changed +478
-8
lines changed
8 files changed +478
-8
lines changed Original file line number Diff line number Diff line change 57
57
58
58
< footer >
59
59
< div class ="container ">
60
- < span class ="copyright "> © 2017 Konstantin Mikheev's programming blog</ span >
60
+ < span class ="copyright "> © 2018 Konstantin Mikheev's programming blog</ span >
61
61
</ div >
62
62
</ footer >
63
63
Original file line number Diff line number Diff line change @@ -61,6 +61,23 @@ <h1 class="headline">Recent Posts</h1>
61
61
< div class ="article-list ">
62
62
63
63
64
+ < article class ="list-item " itemscope itemtype ="http://schema.org/Blog ">
65
+ < h2 class ="headline " itemprop ="headline "> < a href ="./post/code_simplicity_02/ "> Immutable data is the main key to simple code</ a > </ h2 >
66
+ < div class ="meta ">
67
+
68
+ < span class ="key "> published on</ span >
69
+ < span class ="val "> < time itemprop ="datePublished " datetime ="2018-02-06 "> February 06, 2018</ time > </ span >
70
+
71
+ </ div >
72
+ < section class ="summary ">
73
+ < p > Use immutable data like a pro.</ p >
74
+
75
+ < p > </ p > < a href ="./post/code_simplicity_02/ "> Read More...</ a >
76
+ </ section >
77
+ </ article >
78
+
79
+
80
+
64
81
< article class ="list-item " itemscope itemtype ="http://schema.org/Blog ">
65
82
< h2 class ="headline " itemprop ="headline "> < a href ="./post/code_simplicity_01/ "> The Code Simplicity Chart (c)</ a > </ h2 >
66
83
< div class ="meta ">
@@ -252,7 +269,7 @@ <h2 class="headline" itemprop="headline"><a href="./post/snorkeling_with_dagger_
252
269
253
270
< footer >
254
271
< div class ="container ">
255
- < span class ="copyright "> © 2017 Konstantin Mikheev's programming blog</ span >
272
+ < span class ="copyright "> © 2018 Konstantin Mikheev's programming blog</ span >
256
273
</ div >
257
274
</ footer >
258
275
Original file line number Diff line number Diff line change 6
6
<description >Recent content on Konstantin Mikheev' s programming blog</description >
7
7
<generator >Hugo -- gohugo.io</generator >
8
8
<language >en-us</language >
9
- <lastBuildDate >Tue, 21 Nov 2017 00:00:00 +0000</lastBuildDate >
9
+ <lastBuildDate >Tue, 06 Feb 2018 00:00:00 +0000</lastBuildDate >
10
10
11
11
<atom : link href =" http://konmik.com/index.xml" rel =" self" type =" application/rss+xml" />
12
12
13
13
14
+ <item >
15
+ <title >Immutable data is the main key to simple code</title >
16
+ <link >http://konmik.com/post/code_simplicity_02/</link >
17
+ <pubDate >Tue, 06 Feb 2018 00:00:00 +0000</pubDate >
18
+
19
+ <guid >http://konmik.com/post/code_simplicity_02/</guid >
20
+ <description >< p> Use immutable data like a pro.< /p>
21
+
22
+ < p>< /p> </description >
23
+ </item >
24
+
14
25
<item >
15
26
<title >The Code Simplicity Chart (c)</title >
16
27
<link >http://konmik.com/post/code_simplicity_01/</link >
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ <h3 id="i-o-function">I/O function</h3>
248
248
must also be called in a specific order.</ p >
249
249
250
250
< p > We may say that when joining two I/O function calls we
251
- reduce these function complexity from 2 to 1 but it is still not 0.
251
+ reduce these function complexity 2 to 1 but it is still not 0.
252
252
It can become even worse when we have parallel code execution
253
253
in the program and the I/O function can covertly affect the execution
254
254
of other functions sharing the same resource.</ p >
@@ -356,6 +356,11 @@ <h1 id="todo">TODO</h1>
356
356
this can actually motivate me to write more. :)</ p >
357
357
358
358
< p > Sharing the article also helps! ;)</ p >
359
+
360
+ < h1 id ="toc_13 "> -</ h1 >
361
+
362
+ < p > Thanks to < a href ="https://github.com/upasana-me "> Upasana Shukla</ a >
363
+ for proofreading this article.</ p >
359
364
< br />
360
365
< h3 > Did you like it? Share!</ h3 >
361
366
< div class ="addthis_inline_share_toolbox "> </ div >
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 42
42
< h1 class ="list-title "> Posts</ h1 >
43
43
44
44
45
+ < article class ="list-item " itemscope itemtype ="http://schema.org/Blog ">
46
+ < h2 class ="headline " itemprop ="headline "> < a href ="../post/code_simplicity_02/ "> Immutable data is the main key to simple code</ a > </ h2 >
47
+ < div class ="meta ">
48
+
49
+ < span class ="key "> published on</ span >
50
+ < span class ="val "> < time itemprop ="datePublished " datetime ="2018-02-06 "> February 06, 2018</ time > </ span >
51
+
52
+ </ div >
53
+ < section class ="summary ">
54
+ < p > Use immutable data like a pro.</ p >
55
+
56
+ < p > </ p > < a href ="../post/code_simplicity_02/ "> Read More...</ a >
57
+ </ section >
58
+ </ article >
59
+
60
+
61
+
45
62
< article class ="list-item " itemscope itemtype ="http://schema.org/Blog ">
46
63
< h2 class ="headline " itemprop ="headline "> < a href ="../post/code_simplicity_01/ "> The Code Simplicity Chart (c)</ a > </ h2 >
47
64
< div class ="meta ">
@@ -225,7 +242,7 @@ <h2 class="headline" itemprop="headline"><a href="../post/snorkeling_with_dagger
225
242
226
243
< footer >
227
244
< div class ="container ">
228
- < span class ="copyright "> © 2017 Konstantin Mikheev's programming blog</ span >
245
+ < span class ="copyright "> © 2018 Konstantin Mikheev's programming blog</ span >
229
246
</ div >
230
247
</ footer >
231
248
Original file line number Diff line number Diff line change 6
6
<description >Recent content in Posts on Konstantin Mikheev' s programming blog</description >
7
7
<generator >Hugo -- gohugo.io</generator >
8
8
<language >en-us</language >
9
- <lastBuildDate >Tue, 21 Nov 2017 00:00:00 +0000</lastBuildDate >
9
+ <lastBuildDate >Tue, 06 Feb 2018 00:00:00 +0000</lastBuildDate >
10
10
11
11
<atom : link href =" http://konmik.com/post/index.xml" rel =" self" type =" application/rss+xml" />
12
12
13
13
14
+ <item >
15
+ <title >Immutable data is the main key to simple code</title >
16
+ <link >http://konmik.com/post/code_simplicity_02/</link >
17
+ <pubDate >Tue, 06 Feb 2018 00:00:00 +0000</pubDate >
18
+
19
+ <guid >http://konmik.com/post/code_simplicity_02/</guid >
20
+ <description >< p> Use immutable data like a pro.< /p>
21
+
22
+ < p>< /p> </description >
23
+ </item >
24
+
14
25
<item >
15
26
<title >The Code Simplicity Chart (c)</title >
16
27
<link >http://konmik.com/post/code_simplicity_01/</link >
Original file line number Diff line number Diff line change 2
2
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
3
3
xmlns : xhtml =" http://www.w3.org/1999/xhtml" >
4
4
5
+ <url >
6
+ <loc >http://konmik.com/post/code_simplicity_02/</loc >
7
+ <lastmod >2018-02-06T00:00:00+00:00</lastmod >
8
+ </url >
9
+
5
10
<url >
6
11
<loc >http://konmik.com/post/code_simplicity_01/</loc >
7
12
<lastmod >2017-11-21T00:00:00+00:00</lastmod >
54
59
55
60
<url >
56
61
<loc >http://konmik.com/</loc >
57
- <lastmod >2017-11-21T00 :00:00+00:00</lastmod >
62
+ <lastmod >2018-02-06T00 :00:00+00:00</lastmod >
58
63
<priority >0</priority >
59
64
</url >
60
65
61
66
<url >
62
67
<loc >http://konmik.com/post/</loc >
63
- <lastmod >2017-11-21T00 :00:00+00:00</lastmod >
68
+ <lastmod >2018-02-06T00 :00:00+00:00</lastmod >
64
69
<priority >0</priority >
65
70
</url >
66
71
You can’t perform that action at this time.
0 commit comments