Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal to add a little bit more structure to rbi files #236

Open
dikond opened this issue Apr 9, 2020 · 0 comments
Open

Proposal to add a little bit more structure to rbi files #236

dikond opened this issue Apr 9, 2020 · 0 comments

Comments

@dikond
Copy link
Contributor

dikond commented Apr 9, 2020

I've noticed that prior to #235 that for a given gem all signatures were written in a single file, e.g. activerecord.rbi. While it works fine for small gems it becomes much disorganised and unreadable when everything is put in one file. I'd like to open up PR that brings a little bit more structure to the activerecord type signatures, similar to the original gem structure:

/activerecord
  /all
    aggregation.rbi
    associations.rbi
    ...
    base.rbi
    callbacks.rbi
    ...

If you like the idea I'd open up a PR down the road.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant