The Emitter Parameter Pattern for Flexible SPI Contracts
Read OriginalThis technical article introduces the Emitter Parameter Pattern for designing Service Provider Interfaces (SPIs) in software libraries. Using a blog post data extraction example, it argues that passing an 'emitter' object as a method parameter is more flexible than using return values, as it avoids issues with multi-pass processing, immutable return types, and future API evolution.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser
Top of the Week
No top articles yet