thelegy / koma-bot

Twitter Wall with sounds for the KoMa
GNU General Public License v3.0
4 stars 1 forks source link

Simplify pattern matching, and introduce unit tests #1

Closed mmarx closed 8 years ago

mmarx commented 8 years ago

Instead of a giant if-else-if construct, specify the sounds and all their possible triggers in a dictionary. Also, introduce unit tests.