Message from JavaScript discussions

June 2018

— 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.

Message permanent page

— 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)

— The writers of that code do

— Ye, but the writer know it better. sometimes ppl read to extract/copy some part..