mozillascience / codeReview

http://mozillascience.github.io/codeReview/intro.html
28 stars 5 forks source link

Project structures #9

Open chendaniely opened 9 years ago

chendaniely commented 9 years ago

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 cookiecutter [1] 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)

[1] https://github.com/audreyr/cookiecutter

bkatiemills commented 9 years ago

+1000

As I said in another thread, review is really all about adhering to standards which codify values. If one of your values is 'clear communication', then the structures you describe play right in.