Hacker News new | ask | show | jobs
by hulitu 1371 days ago
> How many jobs in science involve pushing around algebraic expressions?

Most engineering stuff. SW is an exception because SW testing is more about: if the input value can be any int value but customer requires that the function , when given 5 as input returns 3 as output then the function is tested only with 3 as input.