Hacker News new | ask | show | jobs
by Scarlxd 1319 days ago
Are there any tutorials on this to use it much efficiently?
1 comments

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.