9 ms·
Are there any tutorials on this to use it much efficiently?
by Scarlxd 4y ago
Are there any tutorials on this to use it much efficiently?
- Rendello 4y agoI 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.