2 रिपॉजिटरी
Triggering specific object methods during an automated hydration or instantiation process.
Distinct from Per-Object Virtual Method Hooks: None of the candidates cover triggering non-setter methods as part of a data hydration lifecycle.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Lifecycle Method Execution. Refine with filters or upvote what's useful.
This project is an Xcode runtime code injector and developer productivity tool. It enables the injection of Swift and Objective-C code changes into a running application without requiring a process restart, functioning as a hot module replacement tool for iOS development. The tool provides a dynamic UI debugger for reloading storyboards and tuning visual parameters in real time. It allows for the recompilation of individual classes and the binding of new implementations into a live process, avoiding full project rebuilds. The system covers runtime injection capabilities, including automated
Executes specific methods immediately after code injection to refresh state and update global variables.
Alice is a PHP test data generator and fixture library used to automate the creation of large sets of fake objects and entities. It functions as an object hydrator and random data provider, allowing users to define the structure and attributes of dummy test data in markup or arrays to simulate specific application states. The library distinguishes itself through a template-based system that supports fixture inheritance to reduce data duplication. It utilizes a flexible instantiation model that allows for custom factory integration, method invocation, and property hydration via reflection or c
Triggers specific non-setter methods on generated objects during the data hydration process.