RickBakkr / hetzner-notify

A bot that uses webhooks and the Hetzner Serverbörse API to notify you of new servers in the Hetzner Server Auction / Serverbörse.
27 stars 6 forks source link

move literals to constants #12

Closed minved closed 5 years ago

minved commented 5 years ago

Try to avoid literals inside methods because they prevent reusing the values and complicate further development.

RickBakkr commented 5 years ago

Excellent idea. Will merge it :)