diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/docs/index.html b/docs/index.html index 707f0b2..c27cc06 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -59,22 +59,6 @@ GIMP :).</p> | |||
59 | 59 | ||
60 | <details class="post"> | 60 | <details class="post"> |
61 | <summary> | 61 | <summary> |
62 | <div class="date">02/11 2019</div> | ||
63 | <span class="post-link">Don't Repeat Yourself</span> | ||
64 | </summary> | ||
65 | <div class="post-text"> | ||
66 | <pre><code>for (int i = 0; i < arr.len(); i++) { ... } | ||
67 | </code></pre> | ||
68 | |||
69 | <p>It is not obvious at all, what this loop does. Is it | ||
70 | supposed to iterate over the elements of the array? Is it | ||
71 | just a variable binding that increases up to <code>arr.len()</code>?</p> | ||
72 | <div class=separator></div> | ||
73 | </div> | ||
74 | </details> | ||
75 | |||
76 | <details class="post"> | ||
77 | <summary> | ||
78 | <div class="date">12/10 2019</div> | 62 | <div class="date">12/10 2019</div> |
79 | <span class="post-link">WPA Woes</span> | 63 | <span class="post-link">WPA Woes</span> |
80 | </summary> | 64 | </summary> |