#programming-concepts

[ follow ]
JavaScript
fromPiccalilli
3 months ago

JavaScript, when is this?

Understanding the keyword 'this' in JavaScript is crucial, as it refers to the object bound to a function at the time of invocation.
#scala
frommedium.com
3 months ago
Scala

Scala Demystified: Understanding class, case class, object, and App with Java Comparisons

Scala's constructs, such as case classes and objects, simplify code by reducing boilerplate and enhancing expressiveness compared to Java.
fromMedium
4 months ago
Scala

Fun Tour Of Object Oriented Programming in Scala

Scala elegantly merges object-oriented and functional programming, enabling flexibility and efficiency in coding.
fromHackernoon
5 months ago

Swift init(), Once and for All | HackerNoon

Swift initializers are essential for preparing instances of classes and structures, and misunderstandings can lead to common errors.
Scala
fromHackernoon
1 year ago

C++ Metaprogramming: Variadic Templates & Fold Expressions-Now with 100% Less Headaches | HackerNoon

Variadic templates simplify generic programming by allowing functions and classes to accept a variable number of arguments.
[ Load more ]