Hacker News new | ask | show | jobs
by Rendello 1316 days ago
I just search up things I'm working with. For example, I'm learning the Erlang library "PropEr", which doesn't have great documentation. One of the main functions/macros that proper uses is ?FORALL, so I search ?FORALL in grep.app and see how people are using it. If I want to narrow the cases down, I use the regex search.