Hackery

Hackery, In the Best Way
Download

Hackery Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Kiril Savino
  • Publisher web site:
  • http://github.com/gamechanger/

Hackery Tags


Hackery Description

Hackery is a Python library that helps you track your hacks.Before:if 'questionable_field' not in incoming_data: # this doesn't get set for some reason by version 1.4 of our iOS app incoming_data = 0 # HACK.After:with VersionHack('ios-questionable-field', 'ios == 1.4', incoming_data_version) as hack: if hack: if 'questionable_field' not in incoming_data: hack.count('field-absent') incoming_data = 0Keep your hacks and your sanity.Product's homepage


Hackery Related Software