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

  • Home
  • SEARCH
  • 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 198175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T16:54:57+00:00 2026-05-11T16:54:57+00:00

I am interested to know how people organise their code libraries, particularly with respect

  • 0

I am interested to know how people organise their code libraries, particularly with respect to reusable components. I am talking in OO terms below but I am interested in how your organise libraries for other types of language also.

For example:

  • Are you a stickler for class library projects for everything or do you prefer to keep everything in a single project?
  • Do you reuse your prebuilt DLLs or do you include individual classes from previous projects in your current work? If individual classes, do you share them between the projects to ensure all are kept up to date or do you permit branching?
  • How large are your reusable elements? How focussed are they? How are they focussed?
  • What level of reuse do you attain through your preferred practices?

etc.

EDIT

I am not looking for specific guidance here, I am just interested in people’s thoughts and practices. I am particularly interested in the reuse of code between disparate projects, rather than within a single project. (Unfortunately the use of ‘project’ here is misleading – I mean reuse between real-world projects undertaken for customers, not projects in a Visual Studio sense.)

  • 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-11T16:54:57+00:00Added an answer on May 11, 2026 at 4:54 pm

    It generally can be guide by deployment considerations:

    How will you deploy (i.e. what will you copy on your production machine) ?

    If what you are deploying are packaged components (i.e. dll, jar, war, …), it is wise to organize the “code library” as a collection of packaged set of files.
    That way, you will develop directly with the — dll, jar, war, … — which will be deployed on the production platform.
    The idea being: if it works with those packaged files, it may still work in production.


    the reuse of code between disparate projects, rather than within a single project.

    I maintain that kind of reuse is easier in a “component” approach (like the one discussed in the question “Vendor Branches in GIT“)

    Over more than 40 current projects, we achieved:

    • technical reuse by systematically isolating any pure technical aspect into independent framework (typically, log framework, exception framework, KPI – Key Performance Indicator – framework, and so on).
      Those technical components are reused into every other projects.
    • functional reuse by setting a clear applicative architecture in order to divide any functional domain (given the business and functional specifications) into well-defined applications. That would typically involve, for instance, a bus layer which is also a great candidate for exposing services reused by any other projects.

    Summary:
    For large functional domain, a single project being not manageable, a good applicative architecture will lead to natural code reuse.

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

Sidebar

Ask A Question

Stats

  • Questions 282k
  • Answers 282k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer How about this? <% For i=0 to 3 If myArray(i)… May 13, 2026 at 4:07 pm
  • Editorial Team
    Editorial Team added an answer if (isset($_POST['remove'])) { $key=array_search($_GET['name'],$_SESSION['name']); if($key!==false) unset($_SESSION['name'][$key]); $_SESSION["name"] = array_values($_SESSION["name"]); }… May 13, 2026 at 4:07 pm
  • Editorial Team
    Editorial Team added an answer This should do the trick: SELECT c.ID, c.Name, count(i.ID) FROM… May 13, 2026 at 4:07 pm

Related Questions

I am interested to know what strategies people have to keep their code AND
I am a fresher to Objective-C language. So i need some guidance from familiar
I have a large .NET web application. The system has projects for different intentions
I am seeing all these new languages for .NET and JVM. How does one

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.