|
|
|
|
|
by gpjanik
211 days ago
|
|
"Think in math, write in code" is the possibly worst programming paradigm for most tasks. Math notations, conventions and concepts usually operate under the principles of minimum description lenght. Good programming actively fights that in favor of extensibility, readability, and generally caters to human nature, not maximum density of notation. If you want to put this to test, try formulating a React component with autocomplete as a "math problem". Good luck. (I studied maths, if anyone is questioning where my beliefs come from, that's because I actually used to think in maths while programming for a long time.) |
|