Mar 27, 2022
It's not clear what language/variant you typically code in, but I wanted to bring up that Typescript kind of forces overly-clever, hard-to-read code. This is because it can take a lot of research to figure out what type a variable should be (https://medium.com/better-programming/reverse-engineering-typescript-types-21196a97a0f6).
So it becomes easier to just directly dump variables from the objects they are carried on into new variables through destructuring and other tactics that wind up being very terse.