Skip to content

[Discussion] Code structure and convention #30

@Yarikx

Description

@Yarikx

As I said in #25 I think we should discuss naming convention and code organization question.

Currently most of library functions is some kind of wrappers of native android components to lift them to use with Rx.
Some of them are using from prefix and name of wrapped component (fromBroadcast, fromSharedPreferences, etc). I think this is more verbose but it clear to the user what component is using under the hood.
Other wrappers just use simple form (like clicks, input). This is more pretty, but can confuse user for the first time.

Should we rename some of them to one kind?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions