String Operations Explained (in Plain Language)
To a computer, text is a string of characters. Learn the core string operations - length, indexing, slicing, concatenation, search, replace and reversal.
AZ Utils Editorial · · 10 min read
Everything tagged Programming.
To a computer, text is a string of characters. Learn the core string operations - length, indexing, slicing, concatenation, search, replace and reversal.
AZ Utils Editorial · · 10 min read
Lines of code is intuitive but subtle. Learn physical vs source lines, where LOC is useful, and why it is a poor — and easily gamed — productivity metric.
AZ Utils Editorial · · 10 min read
camelCase vs PascalCase — the one-letter difference and what it signals, where each is used in code, and why following the convention matters.
AZ Utils Editorial · · 9 min read
snake_case explained — lowercase words joined by underscores, used in Python, databases and (as SCREAMING_SNAKE_CASE) for constants.
AZ Utils Editorial · · 9 min read
All the programming case conventions in one place — camelCase, PascalCase, snake_case, SCREAMING_SNAKE_CASE and kebab-case — and how to choose.
AZ Utils Editorial · · 10 min read