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

[Global] Forbid 'Function' and 'Object' types #52

Closed
oreqizer opened this issue Mar 1, 2018 · 0 comments · Fixed by #621
Closed

[Global] Forbid 'Function' and 'Object' types #52

oreqizer opened this issue Mar 1, 2018 · 0 comments · Fixed by #621

Comments

@oreqizer
Copy link
Contributor

oreqizer commented Mar 1, 2018

Those types are too vague. any has its use cases, but:

  • Function is basically (...args: any[]) => any
  • Object is basically { [key: string]: any }

Which is too unspecific for the majority of use cases.

@fallion fallion added the BLKN label Mar 1, 2018
@fallion fallion added this to the Balkan 0.1 milestone Mar 1, 2018
@fallion fallion added Global and removed BLKN labels Mar 1, 2018
@fallion fallion modified the milestones: Balkan 0.1, Balkan 0.2 Mar 5, 2018
@honzatmn honzatmn removed this from the Orbit Components 0.1 milestone May 10, 2018
tomashapl added a commit that referenced this issue Sep 11, 2019
vepor pushed a commit that referenced this issue Aug 27, 2020
vepor pushed a commit that referenced this issue Nov 4, 2020
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

Successfully merging a pull request may close this issue.

3 participants