It’s not just ignorance. Plain ignorance is normally corrected by education. In the case of grammar and spelling, people actually get DEFENSIVE about doing things wrong. “I’m not writing a college essay, you know what I was trying to say” is a common retort when somebody’s spelling or grammar is pointed out to be incorrect. If you can’t even remember the correct rules of written speech in a single language (your NATIVE LANGUAGE), you really ought to step back and consider whether or not you’re really as smart as you think you are.
Apostrophe society shuts down because 'ignorance and laziness have won'
61–70 of 109 posts
Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#62Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#63Earlier quoted context omitted.
Anecdotally I found there is a high correlation between one’s ability to write correct English and one’s ability to write correct code. If I’m in the hiring side and I see a “its” vs “it’s” mistake it counts against you. A higher correlation is with consistency in spacing. The worst coders I met are the one who keep changing the rules about how many spaces they leave after commas and brackets... within the same file.
Glad to know the difference between me having money to survive and being jobless will be a typo.
Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#64Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#65Earlier quoted context omitted.
Anecdotally I found there is a high correlation between one’s ability to write correct English and one’s ability to write correct code. If I’m in the hiring side and I see a “its” vs “it’s” mistake it counts against you. A higher correlation is with consistency in spacing. The worst coders I met are the one who keep changing the rules about how many spaces they leave after commas and brackets... within the same file.
Glad to know the difference between me having money to survive and being jobless will be a typo.
Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#66> ignorance and laziness It’s not just ignorance. Plain ignorance is normally corrected by education. In the case of grammar and spelling, people actually get DEFENSIVE about doing things wrong. “I’m not writing a college essay, you know what I was trying to say” is a common retort when somebody’s spelling or grammar is pointed out to be incorrect. If you can’t even remember the correct rules of written speech in a s…
Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#67Earlier quoted context omitted.
Moreover, I think of it like how I think of clothes. You dress well not just for yourself but also as a mark of respect to those whom you're about to meet. Properly typed posts convey similar respect. Also, sorry to invoke the slippery slope argument, but otherwise what's stopping us from devolving all the way back to scriptura continua ?
> otherwise what's stopping us from devolving all the way back to scriptura continua ? The facts that 1. People once trained generally do not have a problem identifying word boundaries. There are edge cases, but for whatever reason they don't tend to cause problems. 2. People overwhelmingly agree that marking of word boundaries in text is useful. Neither of those is true for apostrophes. They're hard for people to re…
Gee it's almost like stating an opinion as though it were a fact is free, and anyone can do it, and it means nothing, and so is a pointless waste of time, which says something about the worth of the insights of whoever does it.
Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#68Earlier quoted context omitted.
Anecdotally I found there is a high correlation between one’s ability to write correct English and one’s ability to write correct code. If I’m in the hiring side and I see a “its” vs “it’s” mistake it counts against you. A higher correlation is with consistency in spacing. The worst coders I met are the one who keep changing the rules about how many spaces they leave after commas and brackets... within the same file.
> Anecdotally I found there is a high correlation between one’s ability to write correct English and one’s ability to write correct code. I have been thinking a long time about it and I concluded it is about one being methodical. A methodic person tends to put extra attention on (all) the tasks they perform, as well as they are more critic to correctness, and those features combined might make them “better programmer…
People who take the time to write their code carefully understand that they're writing the code for other people to understand, not just for a machine. They're considerate of others, not wanting them to waste their time in the future trying to make sense of sloppy code. The same is true for e-mails, doc and other written communication - if I take an extra minute to make my message clear, it can save a lot of confusion down the road. (This is even true for things like Slack messages and HN comments.)
Re: Apostrophe society shuts down because 'ignorance and laziness have won'
#69Earlier quoted context omitted.
Anecdotally I found there is a high correlation between one’s ability to write correct English and one’s ability to write correct code. If I’m in the hiring side and I see a “its” vs “it’s” mistake it counts against you. A higher correlation is with consistency in spacing. The worst coders I met are the one who keep changing the rules about how many spaces they leave after commas and brackets... within the same file.
> Anecdotally I found there is a high correlation between one’s ability to write correct English and one’s ability to write correct code. I have been thinking a long time about it and I concluded it is about one being methodical. A methodic person tends to put extra attention on (all) the tasks they perform, as well as they are more critic to correctness, and those features combined might make them “better programmer…
Beside, one would think that proper English (which?) grammar and orthography comes easier to native speakers. The same isn't true for Math and logically stringent thinking, which I'd think is more closely related to programming.