Programming Best Practices

In the post, I will cover the best practices in programming. It will be continuously updated.

Prevent errors

Copy instead of typing

For entering the same string in multiple places, it’s best to use copy and paste rather than typing it manually. If you make a mistake with a few letters, it can be hard to spot the problem, which is quite frustrating.

Efficiency

Automate everything