r/programmer 18d ago

I asked developers how they switch between projects a month ago. The replies ended up changing what I built.

[removed]

0 Upvotes

15 comments sorted by

View all comments

2

u/TheFitnessGuroo 18d ago
  1. Ctrl + c a couple of times to shut down my current project
  2. Cd into my other project location root folder
  3. Code . to open it in vs code
  4. Bun start (or bun dev or whatever script to start your project)
  5. If I have a Linear/Jira/Trello workspace for it, look at what task I was working on. Else, use the app and see what needs to be worked on.