#readability

[ follow ]
fromRealpython
1 day ago

Episode #273: Advice for Writing Maintainable Python Code - The Real Python Podcast

We discuss a recent article about writing code that is easy to maintain. We cover writing comments, creating meaningful names, avoiding magic numbers, and preparing code for your future self. We also share several other articles and projects from the Python community, including release news, modifying the REPL, differences between Polars and pandas, generating realistic test data in Python, investigating quasars with Polars and marimo, creating simple meta tags for Django objects, and a GUI toolkit for grids of buttons.
Python
Python
fromPythonmorsels
1 month ago

Nested list comprehensions

Clearly formatted nested list comprehensions express list-of-lists creation more directly and readably than equivalent nested for-loops.
UX design
fromClickUp
2 months ago

Free Table of Contents Templates to Organize Your Documents

A well-designed table of contents template enhances document organization and navigability.
fromGlyph
3 months ago

The Best Line Length

The argument against limiting line length to 80 characters is often made with the rationale that modern monitors allow for wider lines, making it seem wasteful to limit characters.
Software development
Typography
fromCSS-Tricks
3 months ago

Setting Line Length in CSS (and Fitting Text to a Container) | CSS-Tricks

Line length affects readability, with a recommended maximum of 80 characters according to accessibility guidelines.
Apple
fromWIRED
4 months ago

'Beautiful' and 'Hard to Read': Designers React to Apple's Liquid Glass Update

Apple's iOS 26 introduces a translucent design called Liquid Glass, enhancing aesthetics but raising readability concerns among developers.
Artificial intelligence
fromClickUp
5 months ago

10 Best AI Word Counters for Accurate Text Analysis | ClickUp

AI word counters enhance writing efficiency by tracking word count and providing additional features like grammar checks and readability analysis.
Scala
fromInfoWorld
5 months ago

The three refactorings every developer needs most

Clear and expressive names enhance code readability and maintainability.
Using the Extract Variable refactoring tool improves code clarity and debuggability.
Choosing the right refactoring method, like Extract Method, is crucial for clean coding.
Scala
fromHackernoon
3 years ago

Code Smell 297 - Syntactic Noise | HackerNoon

Code should be clear and understandable, not cryptic or excessively complex.
[ Load more ]