Name: Anonymous 2016-10-07 0:29
Don't Repeat Yourself
Coding tip for y'all: Don't Repeat Yourself.
you can't even *call* a function twice. you have to use map
much much beter and more functional than
Coding tip for y'all: Don't Repeat Yourself.
you can't even *call* a function twice. you have to use map
map(f,[x,y]);
much much beter and more functional than
f(x); f(y);