Message from JavaScript discussions
June 2018
— Mutating is already bad, names mean everything
If you say that "car" is "chicken" you can still sit there and drive, so they dont mean.. i will bring up some video.. but it's not related to programming
— Names are for the reader
— I agree. for showing. when you are learning from someone. but we need to build something real at the end, not learn infinetely
— Also you can write comments. also you can give names only to what matters.. to interfaces.
— No reason production code can't be readable as well
— Variable names matter
— If they matter, why everybody minify their files? size matters more than some name inside some function.
— I know that noone reads production code, even it's well described and styled.
— Why would you read minified code?
— Read it before minification
— Even before)