algorand / graviton

🧑‍🔬 verify your TEAL program by experiment and observation
MIT License
17 stars 8 forks source link

Tech Debt: Refactor `DryRunInspector.dig` and `DryRunInspector.extract*` methods #32

Open tzaffi opened 1 year ago

tzaffi commented 1 year ago

There are a bunch of violations of D.R.Y. in these methods. This deserves a re-evaluation with a bias towards removing the extract* methods if possible.