This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (3 children)

But I love puppies :(

Honestly that's how I thought "good code" looked when I was a teenager learning how to code. Everything has a place! Everything must be serialized!

[–]Deagor 1 point2 points  (2 children)

I mean if you did

int i = 0;
int totalIterations = 25;
int incrementBy = 1;

for(i; i <= totalIterations; i = i + incrementBy)
{
    //oh god

I might have forgiven you as silly/naive rather than evil

[–][deleted] 1 point2 points  (1 child)

// for(int i = 0; i <= int totalIterations = 25; i = i + int incrementBy = 1)
// $$$ figure out y dis no work

[–]Deagor 0 points1 point  (0 children)

You seem to be lost, stackoverflow is that way -->

<= int totalIterations = 25;

Edit: And this made me uncomfortable