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

I did it like three times, each time finding a new error... I gave up eventually :(

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

Volunteering is a fantastic way to meet amazing people.

[-] soundasleep@kbin.social 1 points 1 year ago

After all, Reddit generously hosts our little community, and we’d hate to adversely affect them by making an immediate, detrimental change to that arrangement.

This is brilliant!!!! 😂😂

[-] soundasleep@kbin.social 1 points 1 year ago

I'm really curious how they're doing it, too! I'm making a multithreaded simulation game and the parts that can't multithread well are related to AI / character logic / tasks and errands / pathfinding, and anything to do with rendering.

[-] soundasleep@kbin.social 1 points 1 year ago

I'm more about increasing spaces exponentially to really highlight how important each line is

public boolean function() {
 if (method()) {
   if (otherMethod()) {
       for (Object o : list()) {
               if (o.isAlive()) {
                               return false;
               }
       }
   }
 }
 return true;
}

view more: ‹ prev next ›

soundasleep

joined 1 year ago