Skip to content
ehzan edited this page Feb 13, 2023 · 18 revisions

How to write practical programs?

As a programmer progresses on their journey to become a senior developer, they will realize that writing working programs is not enough. A competent programmer should develop good programs that are not only reliable and efficient, but also easy to understand, debug, and modify.

Good programming is a broad and multifaceted concept that encompasses a wide range of best practices, principles, and conventions for writing efficient, maintainable, and reliable code. This often includes using comments, proper naming conventions, and consistent indentation and styles.

These wiki pages aim to cover some of the key subjects that contribute to the overall quality of programs, by writing clear, concise, and well-organized code. They include:

Clone this wiki locally