@pikesley @heygarrett @dotjayne The ship Naglfar is built from the git stashes of the dead and will sail against the gods at Ragnarök.
Put things you're working on in WIP PRs instead of stashing them forever lest you hasten the coming of the end of days!
@heygarrett @dotjayne I have had pull requests reviewed and pulled in while I had written them before I broke my ankle and was in the hospital, and merged in before I got back to being able to work.
So...somebody probably got the Bus Factor version of that too.
Hopefully it wasn't Windows Recall that was subject to that.
@heygarrett @dotjayne This was before Git, but I had to pick up a set of patches from a colleague who died if cancer at my previous $DAYJOB. It was tough, but fortunately he was in the habit of documenting all he did, so I did manage to finish it.
I picked up the same habit of keeping a work log shortly after.
@heygarrett @dotjayne In a different-but-related channel, something like this was explored in the movie Brainstorm.
@dotjayne So arrays start at zero and strings should be null terminated, so that they always ed up being one character longer than they would be?
This off-by-one thing is partly resulting from a design that became too mainstream to change it. And we know the Bell Labs are to blame, right?
@dotjayne
Truth! Haven't coded in decades, but still SHR DX,1 more often than I can count.
POP
@dotjayne missing or extra commas for me,
That or "i#" at the beginning of lines. (Name my editor and programming language.)
The two main problems in computer science:
Cache invalidation, naming conventions, and off-by-one errors.
@charlesrandall That's an off by one error ... There are zero programmers who have done it correctly every time.
I've done it many, many times, but not every time.