Programming Style and Readability

Every programmer knows that there are multiple ways to solve the same problem in a programming language like C or C++. This can be considered both a good or a bad thing. It is a good thing because you have the “flexibility” to solve the problem in different ways. More »


Posted in General Programming | Comments Off on Programming Style and Readability


Programming Style, Whitespace and Formatting

You can see if someone is a good programmer not only by the technical solution he/she chooses, but also by the programming style he/she uses in their programs. One of the hallmarks of having a good programming style is consistency and clarity. If the style is constant it is much easier to read and understand. More »


Posted in General Programming | 1 Comment