# Recommendations To Write (Slightly More) Readable And (Thus) Robust Code

DevFeed: [Recommendations To Write (Slightly More) Readable And (Thus) Robust Code](<https://devfeed.tech/articles/recommendations-to-write-slightly-more-readable-and-thus-robust-code-30246.md>)

Original publisher: [Read original article](<https://www.netmeister.org/blog/readability-counts.html>)

Published: 2020-12-22T03:58:41Z

Content type: tutorial

Language: en

Sources: [Signs of Triviality](<https://devfeed.tech/sources/signs-of-triviality.md>)

Topics: [Programming](<https://devfeed.tech/topics/programming.md>), [Code](<https://devfeed.tech/topics/code.md>), [Programming language](<https://devfeed.tech/topics/programming-language.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [programming](<https://devfeed.tech/tags/programming.md>), [programming-language](<https://devfeed.tech/tags/programming-language.md>), [readability](<https://devfeed.tech/tags/readability.md>), [robust](<https://devfeed.tech/tags/robust.md>)

## AI overview

The article offers recommendations for writing more readable and robust code, drawing on experience reading other people's code and aiming to apply across programming languages.

## Source excerpt

The Zen of Python tells us that Readability Counts. Here are a few recommendations based on years of reading other people's code that hopefully transcend any given programming language.