#programmingconcepts — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #programmingconcepts, aggregated by home.social.
-
The Weird Concept of Branchless Programming
https://sanixdk.xyz/blogs/the-weird-concept-of-branchless-programming
#HackerNews #BranchlessProgramming #ProgrammingConcepts #HackerNews #TechTrends #SoftwareDevelopment
-
Default Values of Arrays and Referencing Arrays in C# Tip #45 - This explanation covers default values in arrays. For integers, default is 0; for strings, it's null. It also demonstrates how arrays are reference types—assigning one array to another copies the reference, not the data. Modifying one affects the other. #Arrays #DefaultValues #NullCoalescing #CSharpBasics #ProgrammingConcepts #ReferenceTypes #CodingTips #DotNet #LearnToCode
-
Dive into the world of Object-Oriented Programming! Learn about objects, their identity, attributes, and behavior. Explore real-world examples and understand how OOP concepts mirror our everyday experiences. #OOP #ProgrammingConcepts
https://teguhteja.id/object-oriented-programming-concepts-demystified/