#readability

[ follow ]
#programming-best-practices
fromMedium
8 months ago
Python

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Style in Python enhances readability and collaboration, making code not only functional but also aesthetically pleasing.
fromHackernoon
2 years ago
Scala

Code Smell 297 - Syntactic Noise | HackerNoon

Code should be clear and understandable, not cryptic or excessively complex.
fromMedium
8 months ago
Python

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Style in Python enhances readability and collaboration, making code not only functional but also aesthetically pleasing.
fromHackernoon
2 years ago
Scala

Code Smell 297 - Syntactic Noise | HackerNoon

Code should be clear and understandable, not cryptic or excessively complex.
more#programming-best-practices
#coding-practices
fromRealpython
7 months ago
Python

Syntactic Sugar: Why Python Is Sweet and Pythonic Quiz - Real Python

Syntactic sugar enhances code readability and is crucial for writing Pythonic code.
fromHackernoon
1 month ago
Scala

Overusing Implicit Returns Makes Your Code Harder to Read and Debug | HackerNoon

Overusing implicit returns makes code harder to read and debug.
fromHackernoon
2 years ago
JavaScript

Code Smell 268 - Ternary Metaprogramming | HackerNoon

Ternary operators for dynamic method calls reduce code readability and maintainability, introducing potential errors.
fromRealpython
7 months ago
Python

Syntactic Sugar: Why Python Is Sweet and Pythonic Quiz - Real Python

Syntactic sugar enhances code readability and is crucial for writing Pythonic code.
fromHackernoon
1 month ago
Scala

Overusing Implicit Returns Makes Your Code Harder to Read and Debug | HackerNoon

Overusing implicit returns makes code harder to read and debug.
fromHackernoon
2 years ago
JavaScript

Code Smell 268 - Ternary Metaprogramming | HackerNoon

Ternary operators for dynamic method calls reduce code readability and maintainability, introducing potential errors.
more#coding-practices
#accessibility
fromBraille Institute
2 months ago
Graphic design

Atkinson Hyperlegible Font - Braille Institute

Hyperlegible fonts significantly enhance readability for low vision individuals and are freely available for all uses.
fromFrontendmasters
1 month ago
UX design

Chilled Out Text Underlines

Links should be recognizable yet subtle to ensure comfortable reading.
Using currentColor simplifies link styling while adapting to brand colors.
fromBraille Institute
2 months ago
Graphic design

Atkinson Hyperlegible Font - Braille Institute

Hyperlegible fonts significantly enhance readability for low vision individuals and are freely available for all uses.
fromFrontendmasters
1 month ago
UX design

Chilled Out Text Underlines

Links should be recognizable yet subtle to ensure comfortable reading.
Using currentColor simplifies link styling while adapting to brand colors.
more#accessibility
#code-quality
fromtowardsdatascience.com
1 month ago
Scala

From School to Work, Part II | Towards Data Science

Writing clean, maintainable code is crucial in Python development for efficient collaboration and project longevity.
fromHackernoon
2 years ago
JavaScript

Code Smell 284 - Encrypted Functions | HackerNoon

Obscured function names lead to unreadable, untrustworthy code and increased risks.
fromHackernoon
2 years ago
JavaScript

Code Smell 285 - How to Fix Non-Imperative Functions | HackerNoon

Descriptive, action-oriented function names enhance readability and clarity while reducing cognitive load and confusion.
fromtowardsdatascience.com
1 month ago
Scala

From School to Work, Part II | Towards Data Science

Writing clean, maintainable code is crucial in Python development for efficient collaboration and project longevity.
fromHackernoon
2 years ago
JavaScript

Code Smell 284 - Encrypted Functions | HackerNoon

Obscured function names lead to unreadable, untrustworthy code and increased risks.
fromHackernoon
2 years ago
JavaScript

Code Smell 285 - How to Fix Non-Imperative Functions | HackerNoon

Descriptive, action-oriented function names enhance readability and clarity while reducing cognitive load and confusion.
more#code-quality
#user-experience
fromLogRocket Blog
5 months ago
Graphic design

Understanding kerning: Why spacing matters in UI design - LogRocket Blog

Kerning significantly enhances text readability and user experience in UI design through careful attention to letter spacing.
fromMedium
11 months ago
Graphic design

Principles of Typography in UI Design

Typography is a crucial element of UI design, impacting readability, user experience, and brand identity.
fromIamvishnu
3 months ago
UX design

Please Don't Force Dark Mode

Dark mode should not be forced upon users as it can lead to eye strain and an uncomfortable reading experience.
The contrast ratio in dark mode designs is critical; poorly chosen combinations can worsen readability.
UX design
fromMedium
3 months ago

Text effects in Figma

Effective UI design utilizes text effects like truncation, sliding, glowing, and rotating circular text to enhance user experience and visual appeal.
fromLogRocket Blog
5 months ago
Graphic design

Understanding kerning: Why spacing matters in UI design - LogRocket Blog

Kerning significantly enhances text readability and user experience in UI design through careful attention to letter spacing.
fromMedium
11 months ago
Graphic design

Principles of Typography in UI Design

Typography is a crucial element of UI design, impacting readability, user experience, and brand identity.
fromIamvishnu
3 months ago
UX design

Please Don't Force Dark Mode

Dark mode should not be forced upon users as it can lead to eye strain and an uncomfortable reading experience.
The contrast ratio in dark mode designs is critical; poorly chosen combinations can worsen readability.
fromMedium
3 months ago
UX design

Text effects in Figma

Effective UI design utilizes text effects like truncation, sliding, glowing, and rotating circular text to enhance user experience and visual appeal.
fromMedium
11 months ago
Graphic design

Principles of Typography in UI Design

Typography is a crucial aspect in UI design, impacting readability, brand tone, and user experience.
more#user-experience
fromClickUp
3 months ago
Miscellaneous

How to Adjust Page Margins in Google Docs | ClickUp

Margins are essential for readability and aesthetic presentation in documents.
Google Docs provides easy methods to adjust margins, utilizing either precise values or visual tools.
fromLiveCareer
7 years ago
Angular

Best Resume Formats for 2025 [Examples + Templates]

Proper formatting of a resume enhances readability and helps employers find key information quickly.
#best-practices
Python
fromMedium
8 months ago

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Embracing style rules in Python code enhances readability and collaboration.
fromMedium
8 months ago
Python

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Embracing style rules in Python enhances code readability and collaboration.
fromHackernoon
2 years ago
JavaScript

Code Smell 279 - Loop Premature Optimization | HackerNoon

Optimize loops only when necessary, backed by real-world evidence.
Prioritize code clarity and readability over premature optimization.
Python
fromMedium
8 months ago

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Embracing style rules in Python code enhances readability and collaboration.
fromMedium
8 months ago
Python

Level Up Your Python: Essential Style Guide Tips for Readable & Maintainable Code [Part 2]

Embracing style rules in Python enhances code readability and collaboration.
fromHackernoon
2 years ago
JavaScript

Code Smell 279 - Loop Premature Optimization | HackerNoon

Optimize loops only when necessary, backed by real-world evidence.
Prioritize code clarity and readability over premature optimization.
more#best-practices
fromArs Technica
6 months ago
Web design

Ars 9.0.1 redesign is now live, with density tweaks and visited link colors

The recent redesign of Ars Technica was largely influenced by reader feedback aiming to improve readability, layout options, and overall user experience.
#typography
fromCreativeApplications.Net
8 months ago
Graphic design

I!&3_OCR - Typographic experiments on human-only legibility

Exploring human-only legibility through typography, with fonts unreadable by OCR tools.
fromCreative Bloq
7 months ago
Graphic design

The ultimate guide to kerning

Kerning is essential for maintaining visual flow in typography, and its proper use enhances readability and aesthetic appeal.
fromMedium
11 months ago
Graphic design

Principles of Typography in UI Design

Typography is crucial in UI design for readability and brand identity.
fromCreativeApplications.Net
8 months ago
Graphic design

I!&3_OCR - Typographic experiments on human-only legibility

Exploring human-only legibility through typography, with fonts unreadable by OCR tools.
fromCreative Bloq
7 months ago
Graphic design

The ultimate guide to kerning

Kerning is essential for maintaining visual flow in typography, and its proper use enhances readability and aesthetic appeal.
fromMedium
11 months ago
Graphic design

Principles of Typography in UI Design

Typography is crucial in UI design for readability and brand identity.
more#typography
fromAbove the Law
7 months ago
Privacy professionals

Searching For The Best Opinions: Text Analyses From The 2023/2024 SCOTUS Term

Legal writing quality is essential for both lawyers and judges, influencing clarity, persuasion, and audience understanding.
fromMedium
8 months ago
Artificial intelligence

Optimizing Your Codebase for AI Coding Assistants

Designing a codebase for AI coding assistants should prioritize readability and maintainability to enhance their performance in software development.
fromClickUp
8 months ago
Web design

How to Color Code Cells in Google Sheets | ClickUp

Color coding improves document readability and aids in data analysis.
Mobile UX
fromGSMArena.com
10 months ago

Corning: optical properties now matter as much as durability on smartphone glass

Durability is essential, but the focus is now on enhancing the optical properties of glass like Gorilla Armor for improved readability and reduced reflections.
fromSimplilearn.com
3 years ago
Python

Average Function Python: How to Find Average of a List in Python | Simplilearn

Python is a readable and efficient language for various purposes, such as handling complex computations and big data.
[ Load more ]