Skip to main content

2 docs tagged with "programming concepts"

View all tags

To Point Or Not To Point

Learn the key differences between value types and reference types, including memory management, assignment behaviors, and examples of each, in the context of programming concepts.

Why Functions, Methods, and Procedures Are the Same Thing

We like to pretend that functions, methods, and procedures are fundamentally different—but they’re all just reusable blocks of logic. This post breaks down the distinctions and argues they’re more about language rules than meaningful differences.