this post was submitted on 05 Jul 2023
14 points (100.0% liked)

bad code

59 readers
1 users here now

A sub for complaining about bad code, whether you made it yourself or not.

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] MurdoMaclachlan 2 points 1 year ago

Image Transcription: Code


    if (startPageNumber >= maxStartPageNumber)
    {
        break;
    }
} while (true);

I am a human who transcribes posts to improve accessibility on Lemmy. Transcriptions help people who use screen readers or other assistive technology to use the site. For more information, see here.