|
|
|
|
|
by Andy_G11
1683 days ago
|
|
Great, well-written article. Interesting how mathematicians simplify the the number system to test theories. In Fermat's Last Theorem, the author describes Andrew Wile using the same tool of a reduced set of numbers cycling as if on a clock face in order to test his hypotheses. When I have a tricky bit of coding to get on with, I often just resort to prototyping with very simple test cases - e.g. just simple arrays like [[dog, 1], [cat, 2], [cat, 1], [bird, 3]] (OK, not that simple, but you get the idea). Yet I often find that others are unwilling to go back to basics as if it is too time consuming - they would rather plug away with whatever unwieldy data set and tangle of relationships that comprise the ultimate problem set of input data. Breaking something down to very simple fundamentals can be key. |
|