ijunaid8989/extractor

Collapse case block to header match

Opened this issue · 0 comments

Hajto commented

defp ambiguous_handle(value) do

Can be rewritten into:

def handle({:ok, something})

Same for this:

def get_ending_hour(ending_hour, ending_minutes) do