Original Post — Direct link

I haven’t seen this posted here, and it’s worth socializing:

https://www.bungie.net/en/Forums/Post/244119789

TLDR: raid opening cinematic causes issue. Load into a “check-pointed raid” (skipping animation) OR have fireteam leader start solo, then have other team members join after.

External link →
over 6 years ago - /u/FineLemming - Direct link

Originally posted by arbitwah

I am learning how to code in C# currently and know a little python. It is indeed crazy how much your code can change if your off by one or if you don't take into account something a user will do. Defensive programming is the best kind of programming.

You know what they say are the 2 hardest things in software development:

1) naming things 2) cache invalidation 3) off by 1 errors