Homebrew Clarification Thread - What is going on?

  • Thread starter Thread starter JustPingo
  • Start date Start date
  • Views Views 647,822
  • Replies Replies 5,356
  • Likes Likes 103
Status
Not open for further replies.
if the battery is fully charged, there's pretty much no way it will die during the downgrade. besides, the power light will turn red when it's low, and will blink for some time when it's getting close to dying.

It only checks for it before it begins.

Also, how long will this downgrade take to complete?

Not much time. That's why not a lot of battery will be actually needed to begin the thing.
 
For sure, I don't know why he used goto but I won't touch his program ever
never use goto
ever

I don't see what's wrong with using a goto sometimes. Where I used it, it's very clear, and there is no performance issue with gotoes especially in C.
 
I don't see what's wrong with using a goto sometimes. Where I used it, it's very clear, and there is no performance issue with gotoes expecially in C.
It's not a performance problem, it's impractical and should be avoided. There is much better alternatives. It's like using a rake as a shovel and saying, "it's just as fast!"

Also it's hard to read.
 
  • Like
Reactions: Seriel and Mrrraou
It's not a performance problem, it's impractical and should be avoided. There is much better alternatives. It's like using a rake as a shovel and saying, "it's just as fast!"
Except a Rake is clearly not as fast cause the dirt would just fall through it =/

Dirt doesn't fall through a goto statement you'd still get to the same function and it'd all be there
 
  • Like
Reactions: Seriel
It's not a performance problem, it's impractical and should be avoided. There is much better alternatives. It's like using a rake as a shovel and saying, "it's just as fast!"

I don't have any trouble with it myself. I could have made the thing inside of a function but I believe a goto is much clearer. That's just moving the PC to somewhere else, really, not a big deal.
 
  • Like
Reactions: Mrrraou
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum