More platforms for project

thinkle February 10, 2013

I develop project for more platforms (Web,Desktop,Mobile). Should I split every platform to other project? What is the best approach for multiple platforms project?

1 answer

1 accepted

1 vote
Answer accepted
bravesightlimited February 10, 2013

It would depend on how you wanted to manage it. We have a project made of many parts, and some parts interact with others, so we have separate projects.

Each part could be (for example):

  • Module
  • Programming language
  • Platform

If it's a smaller app I would be include to just create a single project and prefix my issues/tickets with a reference to it so I could quickly filter results or label the issues.

thinkle February 10, 2013

Thank you for your response!

It isn't small or simple app. Parts relate to each other only logically. For example mobile and web apps works with the same data. But It doesn't share any module between platforms.

We also distinguish every platform like product. So customer can order one, two, three products (platforms).

Also developers usually don't work on multiple platforms.

Is better approach split platforms to separate projects?

bravesightlimited February 10, 2013

Hi Michal,

Yes, I would take that approach then. If also will give you fine tuned security/visibility if you need it on each project.

This is the approach I would take.

thinkle February 10, 2013

Thanks Arron!

Suggest an answer

Log in or Sign up to answer