Programming is a complicated thing. Therefore, every technique that helps simplify it is very useful. In this article, we will consider simple and effective programming techniques that help simplify the programmer's work. Nowadays, people often discuss programming languages, which language is more suitable for students who learn programming. In fact, programming language is not important, because learning to program is learning to develop algorithmic thinking. Programming technology exists in almost every aspect of our lives, from subconscious programming technology to computer programming. Therefore, the most basic computer programming techniques are listed here. Some of them are obvious and do not need to be described in detail. variable. Variables can be considered as the most basic programming technique. The number and its type depend on the language you use. Repeat or loop. «For» is the most widely spread type of repetition. Most languages use «for» to express the concep...