For a new programmer, you may find it frustrating to write grammatically correct sentences all the time for the computer to understand you. Because unlike human languages, programming languages are unforgiving. A misspelling or misplaced punctuation can render an entire program unusable.

However, a programming language is a communication medium for both computers and humans. After overcoming the obstacle of making computers compile your code, you have to work on making your code legible to other programmers so that it is easy to extend and maintain.

Your coding style reflects where you learned to program, what editor you use, which languages you favor, and how you collaborate with others. Whether you choose to use tab or space, comment or no comment, camel-case, or underscore-case–these decisions reveal who you are as a coder and become elements of your coding style.

In this article, we will study the advice of American novelist and essayist, Kurt Vonnegut, on how to improve our writing style with the following rules

#writer #learning-to-code #self-improvement #machine-learning

8 Rules For Coding With Style
1.20 GEEK