635
Zero to Hero in 1 hour (sh.itjust.works)
you are viewing a single comment's thread
view the rest of the comments
[-] phorq@lemmy.ml 48 points 1 year ago

I count 13 steps, so it just means you're gonna trip up on 3 of them...

[-] db2@sopuli.xyz 41 points 1 year ago* (last edited 1 year ago)

15 steps. You're not counting the top, and the bottom is step 0 and we all know counting starts there.

[-] jerome@kbin.social 35 points 1 year ago

We are on a programming sub of a federated and open source reddit clone. We are all nerds.

[-] ripcord@kbin.social 15 points 1 year ago

I assume it was meant as a compliment.

[-] jerome@kbin.social 2 points 1 year ago

(i said it with love)

[-] UnRelatedBurner@sh.itjust.works 5 points 1 year ago

sometimes i start my iterator with = -1. As I only +=1 it with a condition and I know that it will return true on the first cycle. I'll chuck array[iterator] and need it to be 0 to start with ofc.

I just have no idea how to not do this, but it looks so bad, i need a i8 instead of a u8 at least because of this

[-] Kache@lemm.ee 5 points 1 year ago

What? My intuition is there's always gotta be some equivalent nicer refactor that could do away with such an awkward construct.

In what kind of situation would that be totally unavoidable?

[-] UnRelatedBurner@sh.itjust.works 1 points 1 year ago

I could tell you my recent cenario, but it wouldn't get us anywhere. because I know that it's avoidable, but it'd take for me to run a different logic for only first element of my array. which is doable, but it'd make the code like 5 extra lines longer, harder to read/follow. But I just simply choose to put -1 and boom it's fixed, just works.

another solution would be (without context) is to add one more variable and one more check to my foreach, but that takes more memory and cpu, I usually choose the i = -1, it's ugly but not as ugly as other solutions would be

[-] darcy@sh.itjust.works 2 points 11 months ago* (last edited 11 months ago)

thats great unless you want i to be an unsigned integer

edit: oops u already mentioned that

[-] KIM_JONG@lemmy.world 2 points 1 year ago

I hope I never have to see this code.

[-] UnRelatedBurner@sh.itjust.works 1 points 1 year ago

lucky, I forgot it

[-] UnRelatedBurner@sh.itjust.works 1 points 1 year ago

sending it asap (when I get home)

[-] pec@sh.itjust.works 6 points 1 year ago

That's accurate. There's always a few steps not included in the tutorial

this post was submitted on 05 Sep 2023
635 points (97.7% liked)

Programmer Humor

19138 readers
436 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS