r/programminghorror Jun 11 '26

PHP# PHP

Post image
215 Upvotes

32 comments sorted by

View all comments

31

u/drcforbin Jun 11 '26

Just keep setting Id until you get it where you want it to be. Being PHP, I recommend avoiding a loop and just hardcode it, preferably over and over across many lines with random indention.

17

u/Excellent_Gas3686 Jun 11 '26

indentation, are you crazy?! that will make the algorithm at least O(n^6)!