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
At the moment, this repository contains 4 top-level directories:
curl-demo
mango-bowl
mango-service-v3
opportunities-assessor
py
Few observations:
All top-level directories that aren't strictly necessary should be removed (curl-demo ?).
the py directory I assume contains the main project source code, it should have a more explicit name like src
mango-bowl, mango-service-v3 & opportunities-assessor I assume are 3rd party dependencies.
3rd party dependencies should not be present in this repository but instead be retrieved from their respective repositories or package managers.
if removing 3rd party dependencies from this repository is too troublesome, they should at least be documented as such in the README.
it appears opportunities-assessor is in fact "Mango v3 Client Library", then it should be at least named mango-v3-client-library or similar for clarity.
The text was updated successfully, but these errors were encountered:
Hey @staccDOTsol,
At the moment, this repository contains 4 top-level directories:
Few observations:
curl-demo
?).py
directory I assume contains the main project source code, it should have a more explicit name likesrc
mango-bowl
,mango-service-v3
&opportunities-assessor
I assume are 3rd party dependencies.opportunities-assessor
is in fact "Mango v3 Client Library", then it should be at least namedmango-v3-client-library
or similar for clarity.The text was updated successfully, but these errors were encountered: