|
|
|
|
|
by amelius
3378 days ago
|
|
> One of the things I'm always struck by is how similar the process of writing code is to writing a math paper. Except when coding you never have to write down any proofs :) > the math that comes up in software tends to be routine, easy stuff. Software is easy until it grows big. Math is often elegant because the problem can usually be stated in a concise way. In contrast, software usually has an ever growing list of requirements. It is balancing those requirements that makes software difficult. |
|