"value":"\n <p>Recently, a steamer said they \"prefer verbosity over abstraction\/confusion\".<\/p>\n\n<p>In that scenario, it was regarding the name of a microservice they were creating. It was long and verbose, but it described what it did.<\/p>\n\n<p>It was clear to anyone working on that project what that service did, now and in the future.<\/p>\n\n<p>I prefer this to shorter, less-descriptive names.<\/p>\n\n<p>I hardly ever create a variable called <code>$x<\/code>, <code>$k<\/code> or <code>$v<\/code>. I only would if it was clear what it meant within its context.<\/p>\n\n<p>I like to write descriptive names for test methods that explain what the test is doing. Even if I start with a vague name, I'll refactor it to make it more specific and clearer.<\/p>\n\n<p>I prefer not to use PHP functions like <code>compact<\/code> and to write it out and avoid the abstraction and any confusion it could cause.<\/p>\n\n<p>I prefer code to be verbose, descriptive and easy to read, understand and change.<\/p>\n\n ",
"format":"full_html",
"processed":"\n <p>Recently, a steamer said they \"prefer verbosity over abstraction\/confusion\".<\/p>\n\n<p>In that scenario, it was regarding the name of a microservice they were creating. It was long and verbose, but it described what it did.<\/p>\n\n<p>It was clear to anyone working on that project what that service did, now and in the future.<\/p>\n\n<p>I prefer this to shorter, less-descriptive names.<\/p>\n\n<p>I hardly ever create a variable called <code>$x<\/code>, <code>$k<\/code> or <code>$v<\/code>. I only would if it was clear what it meant within its context.<\/p>\n\n<p>I like to write descriptive names for test methods that explain what the test is doing. Even if I start with a vague name, I'll refactor it to make it more specific and clearer.<\/p>\n\n<p>I prefer not to use PHP functions like <code>compact<\/code> and to write it out and avoid the abstraction and any confusion it could cause.<\/p>\n\n<p>I prefer code to be verbose, descriptive and easy to read, understand and change.<\/p>\n\n ",