1 min read

Shrinking Code

People often think that adding more lines of code is the same thing as making progress on a project. I often find the opposite to be true. On my recent research for example, reducing the size of an implementation and improving its performance at the same time is a lot better than having this massive program.

Let's all remember the pursuit of simplicity and elegance in our solutions, while we pursue the latest and greatest features.