I found this guide on how to write more readable code quite helpful.
“Readability” of code is a pretty amorphous term. I’m not sure where to find any generally accepted principles for what makes code more readable, what makes code readable for different programming languages or programming paradigms, and what types of things have to be sacrificed to increase code readability, and when they are worth it or not worth it.
Do you folks have some good non-book resources on how to write more readable code? I’m looking for general principles, but ones which apply to Python and web development are especially helpful, since that is what I am learning.
Thank you!