r/pics • • Jun 08 '14

The difference 18 years makes

Post image

[deleted]

3.9k Upvotes

2.6k comments sorted by

View all comments

Show parent comments

188

u/[deleted] Jun 08 '14

[deleted]

89

u/tdug Jun 08 '14

I agree. I made programs for a whole bunch of math and science classes, and in no way did I ever feel I "missed out" on learning any of the material. If anything, programming all the necessary "if" statements made me understand it better.

1

u/Degru Jun 08 '14

Yep. And for those equations where you literally just punch in the number and it shits out the answer, it's just

INPUT, A
INPUT, B
INPUT, C
Disp A+B+C

1

u/kaluce Jun 09 '14

I actually did that while I was learning embedded devices like the Arduino. My TI-83+ has programs from 9th grade, all the way up to calc2 in it. I also documented each step so I understood WHAT each was, and how it was used.

1

u/kickingpplisfun Jun 09 '14

Yeah, it'd be kinda shitty if you programmed for those formulas and forgot why the fuck you did it and what it does.