Hacker News new | ask | show | jobs
by projectramo 2689 days ago
I think legends 2k means you may not know the name of a function you need to use in something you are trying to implement.

Example: Suppose you didn't know that re was what you needed for regular expression, or suppose you forgot how iterators work etc.

1 comments

Sure, that's why it's #2 on "2 Hard things in CS". Should probably be #1.