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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T12:30:47+00:00 2026-05-26T12:30:47+00:00

Is it bad to have too many self-invoking functions in JavaScript? If they all

  • 0

Is it bad to have too many self-invoking functions in JavaScript?

If they all execute right away (page load) aren’t you taking more resources than if you had regular functions and call them when you need them?

Or is that a bug that exists in my head?

For example:

Thousands of these:

var DoIT = (function () {
//heavy stuff
} ()); 

VS. Thousands of these:

var DoIT = function () {
//heavy stuff
}; 

EDIT #1:

I’m talking about things like

  • setting alerts
  • creating a jQuery dialog with a large form
  • re-sizing things when they need to be resized.
  • 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-26T12:30:48+00:00Added an answer on May 26, 2026 at 12:30 pm

    Those “self executing” functions usually serve as namespaces. Ideally Javascript written in this manner just returns object that holds other functions to be called as necessary, so execution isn’t expensive. On the other hand if code at hand really is heavy stuff that isn’t always needed, than sure, just don’t call it right away.

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

Sidebar

Related Questions

Is it bad to have too many tables in a database? I have about
We have MS Sharepoint -- which isn't all bad for managing a task list.
Is it possible to have too many nodes in the umbraco cms? I'm currently
I have been wondering why so many coders have bad organization in their documents.
Is it particularly bad to have a very, very large SQL query with lots
I have a bad habit of using the cursor keys of my keyboard to
Is it bad practice to have a string like name=Gina;postion= HouseMatriarch;id=1234 to hold state
Is it bad policy to have lots of work classes(such as Strategy classes), that
Why is it a bad idea to have a ID in the URL in
Is it considered bad practice to have multiple try's in one method and structure

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.