For anyone who worries that they have to look things up:
Last night I fixed a bug in my Graph-theoretic algorithm to calculate Hamiltonian Paths that I built based on a scientific paper from 1973.
This morning I looked up how to find a substring in JavaScript.
(Hopefully the first one sounds impressive?)
@andybalaam
Programming isn't knowing how to write code, it's knowing how to break down and understand a problem in ways that can be put together piecemeal by asking StackOverflow. 😆