pmusolino / Wormholy

iOS network debugging, like a wizard 🧙‍♂️
MIT License
2.32k stars 184 forks source link

Code optimization, bit refactoring and standardization #85

Closed SagarSDagdu closed 2 years ago

SagarSDagdu commented 4 years ago
  1. Added an extensions file so that all extensions are at a single place.
  2. Removed bundle subclass and other unused subclasses as most of them contained only extensions
  3. Added storyboard extension.
  4. Segregated RequestsVC code.
  5. Fixed a typo in changeTextColor method name
  6. Added filenameSuffix method to the enum so that it stays relevant to the reader.
pmusolino commented 2 years ago

Because of the latest changes and because we removed some of the classes, I'm going to close this PR, but feel free to re-open it with the changes on the new classes.