If you save an extra line when writing `arr[i++] =...
# announcements
v
If you save an extra line when writing
arr[i++] = boo[i]
, but then spend extra 5 seconds every time reading it, then it was not worth it
👍 3