I used to always associate 'math smarts' with 'code smarts'. Spent most of my life telling myself that since I was bad at math I had no hope learning how to code. Now I'm 2 weeks into a coding bootcamp after losing my job and am realizing they are complete different parts of the brain. I believe in myself more with every push to heroku. maybe I will do a Calculus class next and prove to myself I can learn anything. A…
sometimes when you are programming in a big body of code you are dealing with lots of types (types in the programming sense)... and you are dealing with functions that have type signatures that must be satisfied to avoid compile errors... so you wrap this type in that one so you can call that function.. or you convert the return value from one type to another so you can call something else...
anyway, that is all similar to what you are doing when you manipulate an equation. you follow the rules and change it into a form that is more useful.