Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6754871
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:19:58+00:00 2026-05-26T13:19:58+00:00

I would be curious to know if there is a design/architectural pattern for creating

  • 0

I would be curious to know if there is a design/architectural pattern for creating applications that have multiple editions (for example how Windows has Home, Standard or Ultimate editions).

The main idea is that I would like to create an application that gives the users different features, depending on the edition that they have (basic, advanced, full). Someone suggested using plugins… is this a good aproach?

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:19:59+00:00Added an answer on May 26, 2026 at 1:19 pm

    There are a number of options.

    Conceptually, the simplest thing is to build 3 different applications, re-using where you can. So, you might have an “engine”, providing shared functionality, and 3 separate applications running on the engine – “basic”, “advanced”, “full”. This is kinda what the MS operating system flavours are – the engine is the basic operating system, and the different editions contain different applications built on top of the engine.

    The benefit of this route is that you can create a conceptually valid product – you don’t have lots of dependencies between editions, and if the “full” edition decides not to include features from the “basic” edition because they don’t make sense, they don’t have to worry about breaking that dependency.

    The second model is to build a single application, and control its behaviour through configuration – either at build time or at run time. “ifdef” for instance allows a single C code file to target different operating systems; the number of processors supported by different flavours of the same SQL database engine might be controlled by run-time configuration.

    This has the advantage that you have a single code base to manage, but introduces very tight coupling between the editions, and quickly becomes unmanageable.

    Lots of applications use the “plug-in” model; this is a variation on the first option, in that it requires you to build a framework application first, and the capabilities of each edition are limited by what your framework can do. Many games ware designed in this way, and the difference between versions basically depends on which plug-ins ship with the game.

    This is architecturally very clean, but presents real risks to the project – your smartest developers will all want to work on the framework, and nobody wants to work on the actual product; if your framework developers guess wrong on what the real requirements are, you end up with a brilliant framework that supports the wrong product. Also, the framework tends to focus very much on computer sciencey issues like logging or plug-in configuration, and not so much on the real business questions. I’ve seen this at first hand, and it was kinda tragic.

    Unless you have unlimited time and budget, I’d start with option 1, and evolve to option 3 once you’ve got your first release out the door.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was curious if there's a .Net API that would allow me to identify
I'm curious to know how I would go about setting up my service to
I realize this would violate convention, but I'm curious to know if you can
I am curious how others would handle this situation. I have a domain layer
curious if anyone might have some insight in how I would do the following
I'm curious to know if there is an easy way to mock an IMAP
I'm curious to know if there's any built-in mechanism to retry tests in the
I'm curious to know if there's something similar to the Task Parallel Library from
Seeing Alexandre C's reply in the other topic, I'm curious to know that if
I'm curious to know if there is a widely accepted solution for managing thread

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.