If you know me, you know I love to play around with silly ways to solve problems with programming languages. Today is no different! This time, let's see how many ways we can add two numbers in...
Tag: Programming Languages
Time to fire up yet another old debate. This time I want to cover the difference between mod and remainder, as I understand them.
Java has featured lambda expressions since Java 8, and they are more than a slightly bit cursed.
Mutability is a concept that everyone stumbles upon at some point in their programming career. so I figured I'd give a quick overview of what it is.
In computer science, we often familiar with variables having types, but what if I told you that some languages see types in two different ways?
What Is Aliasing in Computer Science? Why Does It Happen? And Is It Bad?
Aliasing is a subtle concept that shows up in programming languages that feature reference types. But, is it actually a bad thing?