Development & Code
Modulo: What the Percent Sign Actually Does in Code
The percent sign does not mean percent in code. Here is what it actually does. Most people see % and think percentage. In programming, % is the…
The percent sign does not mean percent in code. Here is what it actually does. Most people see % and think percentage. In programming, % is the…
This post builds on the intro post. If you have not read that one yet, start there first. New to this topic? Start with: Order of Operations: What…
The math rule you learned in school applies directly to every line of code you write. The Rule Order of operations is the set of rules that…