AshtonKem / Butler

Jenkins/Hudson plugin for Emacs
44 stars 10 forks source link

Pervasive use of hash-tables makes things awkward #11

Closed AeroNotix closed 7 years ago

AeroNotix commented 10 years ago

I'm adding some additional features and the pervasive use of hash tables makes things quite annoying to extract values out of the butler-hash.

After I've added my features I want to see what it'd be like refactoring to use defstructs to represent individual jobs, which should make the API a little cleaner internally.