Incorrect and inconsistent spelling makes searching harder:
function initDb() {
$datbase = PDO::get();
$datbase->check();
}
If I searched my code base for "database", I'd miss this hit. That sucks. Please take the time to correctly spell. (Corollary: if you misspell, misspell all instances consistently!)
With this in mind, what about "writable" and its variant "writeable"? While the dictionary says "writable" is correct, I consider that spelling harmful. Search for "table" and you'll hit "writable", which is undoubtedly a false positive.
Please use the "writeable" variation.
"Writable" is wrong!
Related Posts:
Jenkins + Slack + Fortune I love Jenkins, and I love Slack. But the stock Slack build message is boring as hell. If you feel the same way, here's how to get a fun message to follow the notification: Install Jenkins, the Slack notification plugin… Read More
PHP Contributor EtiquetteI was the first to publically +1 the Code of Conduct RFC. I'd love to see a policy that fosters diversity and inclusion, because damn the PHP crowd is startlingly similar. But, after hearing the arguments,… Read More
On collaboration. If you want to walk fast, walk alone. If you want to walk far, walk together. -- African proverb … Read More
Fear Factory celebrates 25th Anniversary of Demanufacture… Read More
404 I'm terribly sorry, but I can't find the page you have requested. Believe me, I looked for it. Really! You can't even imagine the millions of calculations I had to go thru to look in all the places my owner could have… Read More
0 comments:
Post a Comment
Share your thoughts!