How many developers do you have working simultaneously on 1 Appian development i

How many developers do you have working simultaneously on 1 Appian development instance?

OriginalPostID-143644

OriginalPostID-143644

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    I've worked in an environment with 6 simultaneous developers working on the same code base. However unlike Philb we were all in the same building so proper coordination between the developers was far easier to achieve.
    Ultimately we ended up assigning two developers to every large piece of functionality (for redundancy) and segmented the code base as much as possible to partition each person's reach.
    Shared code was inevitable and we actually implemented a 'soft locking' style of development on them - any shared/global object that had to be modified, regardless of the scope of change, had to be clearly communicated to the group.
Reply
  • 0
    Certified Associate Developer
    I've worked in an environment with 6 simultaneous developers working on the same code base. However unlike Philb we were all in the same building so proper coordination between the developers was far easier to achieve.
    Ultimately we ended up assigning two developers to every large piece of functionality (for redundancy) and segmented the code base as much as possible to partition each person's reach.
    Shared code was inevitable and we actually implemented a 'soft locking' style of development on them - any shared/global object that had to be modified, regardless of the scope of change, had to be clearly communicated to the group.
Children
No Data