Programming Best Practices

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

Prevent errors

1. 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.