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 4172744
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T00:36:00+00:00 2026-05-21T00:36:00+00:00

So I just need a sanity check on the way in which I layout

  • 0

So I just need a sanity check on the way in which I layout my code for an application. I’m always keen to learn better approaches.

I basically use an Object Literal to organise my code meaning that I have one single global variable. Then for each section of the application I create a separate object – something like:

var MYAPP = {

        init : function() {
            //site wide common js
        },

        sections : {

            homepage : function() {
                //homepage js
            },

            anotherpage : function() {
                //another page js
                tools.usefultool();
            }

        },

        tools : {

            usefultool : function() {
                //useful reuseable method
            }

        }
};

My question is while this helps code organisation, I’m wondering about objects being initialised but never used. For example – if I’m on a site’s homepage I’ll just call MYAPP.sections.homepage() . I don’t actually need any of the other objects so I’m wondering – does this structure have a performance implication? Is there a better way? The structure closely follows the the great Rebecca Murphy article “Using Object to Organise Your Code” (http://blog.rebeccamurphey.com/2009/10/15/using-objects-to-organize-your-code).

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-21T00:36:00+00:00Added an answer on May 21, 2026 at 12:36 am

    Yes, there’s always a performance hit in unused code as the parser has to actually interpret the code even if it’s not executed. But any performance hit here is so minute that you’re never going to notice it. The only real hit in unused code like this is in the bandwidth required to download it. If you have a 100kb file downloaded that you never use then you’re wasting the time to download that file.

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

Sidebar

Related Questions

I just need a sanity check here... DEMO Basically, I can't figure out how
Just need get some vals located in application.ini(main ini) in the Controller plugin I
This is just a sanity check, but I've done several test cases before you
Just a question on how copy is working...I need some verification for mental sanity
I just need someone to correct my understanding of this regex , which is
I just need a little help how to organize my code. This is not
I need a sanity check on my strategy to best fulfill the requirements of
I need a sanity check here if we can, any ideas on correcting/changing the
Just need some help/advice with SQL Server 2005 and Visual Studio 2005. Basically I
I just need to refresh a ListView with a Feed, which you recommend me

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.