Tag: math
Functional Mental Model For Design
Having a simple mental that can be used to solve different problems is quintessential to speed and quality in software engineering.
Y equals f of x
We’re going to talk about a little bit of math and why it’s important for designing and debugging code. y = f(x)
is commonly referred to as a “functional notation”. It is a mathematical equation that represents a relationship between two variables, x
and y
.