[UK] A short extempore program
written to meet an immediate, transient need. Often written in
BASIC, rarely more than a dozen lines long, and containing no
subroutines. The largest amount of code that can be written off
the top of one's head, that does not need any editing, and that
runs correctly the first time (this amount varies significantly
according to one's skill and the language one is using). Compare
toy program, noddy, one-liner
brute force adj.
Describes a primitive programming style
one in which the programmer relies on the computer's processing
power instead of using his or her own intelligence to simplify the
problem, often ignoring problems of scale and applying naive
methods suited to small problems directly to large ones....