Karya Semi
HomeBlogSearchCategoriesAboutContact
Karya Semi

Less noise. More notes.

HomeBlogAboutContactPrivacy PolicyDisclaimer

© 2026 Karya Semi. All rights reserved.

XGitHubLinkedIn
  1. Home
  2. /Tags
  3. /Readability

Tag

Readability

Every published article tagged with Readability.
Illustration for Small Functions, Readable Code: A Practical Refactoring Guide
Programming/Jun 30, 2026

Small Functions, Readable Code: A Practical Refactoring Guide

A practical guide to small functions readable code, with advice on function boundaries, parameters, return values, tests, and safe refactoring.

6 min read
FunctionsRefactoring
Illustration for Variable Naming Best Practices for Readable Code
Programming/Jun 28, 2026

Variable Naming Best Practices for Readable Code

Variable naming best practices for writing readable code, from clear nouns and boolean names to function verbs, scope, and safe refactoring habits.

4 min read
Variable NamingClean Code