Category: Structure

Working environment and testing

Working environment and testing

When a developer writes a program, he makes sure that it works in many different environments, on machines with different resources, and in different time zones. The software should run on screens of various sizes and orientations, with limited memory and low processing power. For example, if software is written for a web browser, it […]

Code quality

Code quality

High-quality programs have easy-to-read and understandable code, they can be easily extended, they work well with other software, and their support does not turn into a nightmare. Code quality should not be compromised; the use of quick but sloppy decisions due to a tight deadline, excessive excitement, agitation, irritation, etc., is unacceptable. One of the […]

What is the difference between software engineer and programmer?

What is the difference between software engineer and programmer?

Confusion often arises with these definitions, and as a result, all specialists are simply called “programmers”. In fact, the programmer is the person who writes the code. He was given a task, told how to solve it, and he, following these instructions, writes code in a certain programming language. And a software engineer, before writing […]