soundasleep

joined 2 years ago
[–] soundasleep@kbin.social 49 points 2 years ago (1 children)

It's great for everyone with imposter syndrome! I used to fear I was too inexperienced, inept, unprofessional... but then this happened 😅

[–] soundasleep@kbin.social 2 points 2 years ago

Volunteering is a fantastic way to meet amazing people.

[–] soundasleep@kbin.social 2 points 2 years 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 2 years 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 2 years 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 ›