Cysharp / R3

The new future of dotnet/reactive and UniRx.
MIT License
2.27k stars 99 forks source link

PoC: comments with example of behavior on Observable #266

Open giollord opened 3 weeks ago

giollord commented 3 weeks ago

Added comments for 6 functions with examples of behavior, similar to how they do it on ReactiveX website. Also added class to sandbox/ConsoleApp1 that allow to generate more examples.

Not sure if this is a good way to make comments though:

Here is how it looks in VS 2022 on Windows:

Screenshots image_2024-10-25_174533933 image_2024-10-25_174640787

P.S.: This PR is more of a proof of concept. Unfortunately, can not guarantee that I will add much more docs even if it gets approved, but I will try to add at least some. Also descriptions and some example data were taken from ReactiveX website.