|
|
|
|
|
by hsn915
1285 days ago
|
|
This comment aptly summerizes why I hate most "modern" programming jobs. This is not programming. This is not what I had in mind when I signed up for Computer Science school. > modelling real world (business) process in terms of the systems of automation which are available. In other words, programming by analogy. |
|
But if you mean algorithm design, that isn't programming. Algorithms arent programs, and the "operations" that they "sequence" are abstract. CSCi alg. design is more like geometry.
Programming is an empirical discipline; it uses the "geometry" of csci to build applications.