13
NodeDev
6y

If you write blogs and tutorials about programming,
Please don't just throw blocks of code at people. Explain what this code does, why you wrote it in this particular way and not the other, when people should use this technique and when they shouldn't. Also don't make your tutorial specific to a particular library/package unless you specify in the title.

Stop making blogs just for the sake of making them. Make blogs that help people become better. Advertise for your proficient and show others why you love it. Put some effort into your craft people!!

Comments
  • 3
    Also, overcomment the code, it can’t hurt
  • 1
    I really like the approach of explaining at high level, walking through fundamental bits of code and then having the same block but put together at the bottom. The problem I see with some bloggers is that they see their audience as different to what it actually is.
Add Comment