Basic Programming Principles Every Programmer Should Know

Mohammed Machraoui
5 min readMar 15, 2022

There are a few basic programming principles that all programmers should know. These principles will help you write code that is more readable, reliable, and efficient.

1. Be explicit

When you write code, you should always be explicit about what you are doing. This means that you should not just write code that does the thing you…

--

--