Reactive Extensions (Rx) - Part 3 - Naming Conventions
Read OriginalThis article explores naming conventions for IObservable<T> properties in Reactive Extensions (Rx) for C#. It argues for using a 'When' prefix (e.g., WhenPropertyChanged) to differentiate Rx observables from standard C# events in IntelliSense and to avoid naming conflicts when wrapping existing events. The author also addresses and dismisses the idea of having separate conventions for 'Hot' and 'Cold' observables.
Comments
No comments yet
Be the first to share your thoughts!
Browser Extension
Get instant access to AllDevBlogs from your browser