Select Git revision
dwim-example.js
-
Brady James Garvin authoredBrady James Garvin authored
dwim-example.js 176 B
// Example of problematic DWIM:
function dwim() {
return
computeSomeNumber() +
computeAnotherNumber() +
computeYetAnotherNumber() +
computeTheLastNumber();
}