You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that both Aqua.jl and JET.jl might pick up false positives: refer to their respective documentations for ways to make them less sensitive.
172
172
173
+
Finally, [ExplicitImports.jl](https://github.com/ericphanson/ExplicitImports.jl) can help you get rid of generic imports to specify where each of the names in your package comes from.
174
+
This is a good practice and makes your code more robust to name conflicts between dependencies.
175
+
173
176
## Documentation
174
177
175
178
Even if your code does everything it is supposed to, it will be useless to others (and pretty soon to yourself) without proper documentation.
0 commit comments