Hazzard@lemm.eetoProgramming@programming.dev•Git grumpy: Torvalds complains of passive voice in merge commit messages
0·
28 days agoHonestly, makes sense, the active voice version is just… more efficient and easier to parse quickly.
Honestly, makes sense, the active voice version is just… more efficient and easier to parse quickly.
Sounds like a CEO who doesn’t have a damn clue how code works. His description sounds like he thinks every line of code takes the same amount of time to execute, as if
x = 1;
takes as long as calling an encryption/decryption function.“Adding” code to bypass your encryption is obviously going to make things run way faster.