Results 1 to 10 of 12

Thread: How to deal with not finishing anything?

Threaded View

  1. #11
    txtsd's Avatar
    Joined
    Dec 2012
    Posts
    642
    Userbars
    7
    Thanks
    538
    Thanked
    327/146
    DL/UL
    60/2
    Mentioned
    91 times
    Time Online
    31d 8h 56m
    Avg. Time Online
    10m
    @(you need an account to see links) Use git to version control your code. Then checkout different branches depending on each new feature you want to implement. If you feel like going back and forth between features, go back and forth between the branches. That way, all the changes are localized to the particular feature/branch. Then when your feature is ready, just merge your branch into the MASTER branch.
    (you need an account to see links)

  2. The Following User Says Thank You to txtsd For This Useful Post:

    npm (03-21-2018)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •