From d20105a4363e3321e58af5e3cd0edc1a8250ccf6 Mon Sep 17 00:00:00 2001 From: Akshay Date: Thu, 7 Nov 2019 18:51:25 +0530 Subject: remove draft post --- docs/index.html | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index 707f0b2..c27cc06 100644 --- a/docs/index.html +++ b/docs/index.html @@ -57,22 +57,6 @@ GIMP :).

-
- -
02/11 2019
- Don't Repeat Yourself -
-
-
for (int i = 0; i < arr.len(); i++) { ... }
-
- -

It is not obvious at all, what this loop does. Is it -supposed to iterate over the elements of the array? Is it -just a variable binding that increases up to arr.len()?

-
-
-
-
12/10 2019
-- cgit v1.2.3