One of the cool things about managing a blog that talks significantly about code is the feedback that I get based on certain code snippets I share.
Specifically, I enjoy getting comments that ask why I’ve chosen to do things a certain way versus another. Some of these examples include:
- Why have I opted to use functions rather than constants?
- Why have I chosen to use a custom query over encapsulating some built in functions?
- …and so on.
I think that for most people who manage a blog, they hope that part of what they write is contributing something positive and helpful to the Internet (this isn’t always the case, for sure).
Similarly, I think that people who engage in discussion via thoughtful comments are looking to improve on the original content.
At the risk of committing a generalization, this seems to be the case in most programming blogs. While thinking about this, it did raise a question:


