Skip to content
  • Ilja's avatar
    Better way of getting keys · 81afaee3
    Ilja authored
    I used keyword_list[:key], but if the key doesn't exist, it will return nil. I actually expect a list and further down the code I use that list.
    I believe the key should always be present, but in case it's not, it's better to return an empty list instead of nil. That way the code wont fail further down the line.
    81afaee3