30. August 2025
Tell A Story To Write Better Code
Programming could be described as the process of giving a computer instructions. There are many ways to write programs that have within some tolerance the same function. Because of this arguments and philosophies arise as to what way code should be written. When starting out a lot of folks tend try to “golf” their code, make it as short as possible, while others may aim for best performance. I’m of the opinion that code should be written (given a certain functionality) as a document that communicates both the intent of the author and the functionality of the program.