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
I'm not sure how relevant project structures are to code review, but I think they are equally as important in terms of people knowing where to find things.
There are projects like https://github.com/audreyr/cookiecutter that pre-populate a project for you so all that's left is fill-in-the-blanks so things can go where they belong from the beginning, instead of having to re-organize everything later (which might break things if there are references to them)
The text was updated successfully, but these errors were encountered:
I'm not sure how relevant project structures are to code review, but I think they are equally as important in terms of people knowing where to find things.
There are projects like https://github.com/audreyr/cookiecutter that pre-populate a project for you so all that's left is fill-in-the-blanks so things can go where they belong from the beginning, instead of having to re-organize everything later (which might break things if there are references to them)
The text was updated successfully, but these errors were encountered: