|
|
|
|
|
by gozzoo
2185 days ago
|
|
> We expect you to use git, commit code as you go along, and build the app iteratively -- just as you would during a normal workday. This seems a little bit odd to me. How long do you expect people to work on their home assigments in order for them to commit often? Is it days, or weeks? I don't imagine multiple commits for a 3 hour poject. For a new project there aren't any well defined states of the code that make sense to be persisted. This means the commits will be arbitrary and their messeages not very meaningful. |
|
If you implement a piece of logic with passing tests, then commit. It takes seconds to do but makes reviewing so much easier.