DEV Community

Discussion on: 10 Mistakes you probably also made in your coding task for a new job Part 1

Collapse
 
petercopter profile image
Peter Krutz

Deploying to a free Heroku instance is a great idea, I should have done that. Don't forget to put your work in a separate branch from the application start as well.

Collapse
 
lampewebdev profile image
Michael "lampe" Lazarski

" Don't forget to put your work in a separate branch from the application start as well."

Sorry, I don't understand what you mean with that?