iotaledger / backstage

Apache License 2.0
0 stars 0 forks source link

Import things individually in example code #8

Open Alex6323 opened 3 years ago

Alex6323 commented 3 years ago

Description

In example code in order to learn a library it's really helpful to read upfront what types/traits etc are imported to achieve the thing being demonstrated. Can you remove the *-import and instead import each member individually?

Motivation

Helps getting started with the library.

Are you planning to do it yourself in a pull request?

No.

louaykamel commented 3 years ago

Sure, It makes sense.