6
Jeggles
7y

First time coding in a team for a larger project. Any tips on how to handle this? We're six programmers and its really hard for us to work together :/
It's my first rant. I love the community :D

Comments
  • 0
    Are you using a VCS? If so. Are you using it correctly
  • 0
    Use a VCS like Git?
  • 0
    Set up a Kanban board on a huge whiteboard somewhere and assign tasks using post-its or magnetic cards. Yeah, I know, we're all digital in this millennium but there's no close button on a whiteboard.
  • 1
    Agree on coding standards! Use a VCS like git and agree on a pattern e.g. GitFlow. Also use a Bugtracker/Roadmap tool for managing and assigning tasks. For larger projects may even use Kanban or Scrum or what ever suits your needs best.

    Ah, and don't forget to have fun :)
  • 0
    Yep version control, branches, peer reviews and support each other!
  • 0
    Agile was created to make you think you work in a team but you are really working alone ina small tasks.

    I support the Kanban suggestion, VCS mandatory
  • 1
    Welcome!
Add Comment