4 ms·
This is a great comment. As an adult, the way I’ve come to learn is exactly the same as you. It’s way more efficient, too: if you begin with the end and work b
by methodover 8y ago
This is a great comment.
As an adult, the way I’ve come to learn is exactly the same as you. It’s way more efficient, too: if you begin with the end and work backwards, you can ignore the things that aren’t very useful. Like if you’re learning how to make a graphics engine and you don’t know linear algebra, you can learn only those parts of linear algebra that are relevant to the work of creating an engine and leave all the other useless stuff behind. (And in linear algebra there seems to be a ton of pretty useless stuff.)
This is probably a bad idea for a mathematician or scientist, but for a programmer who’s in the trenches just trying to build stuff, it’s great.