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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T04:40:12+00:00 2026-06-03T04:40:12+00:00

Sorry if this is a noob question, but I get tripped up on some

  • 0

Sorry if this is a noob question, but I get tripped up on some simple things as I’m starting to learn to program. If I use a NSDateFormatter in one of my ViewControllers to display the date I want in a certain format, and the format doesn’t change, is it “best practices” to declare that NSDateFormatter as an ivar of my class or property of my class and initialize it in the viewDidLoad so I can reuse it in my different methods? Right now I just instantiate one whenever I need it in a method that deals with the display and was wondering if it’s better to just keep declaring it, or declare it once and just use it throughout the viewController class. 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-06-03T04:40:15+00:00Added an answer on June 3, 2026 at 4:40 am

    It’s not a “noob question”; it’s a reasonable question with a reasonable answer.

    From a pure efficiency standpoint, you’re optimizing prematurely. Don’t worry, be happy. If you’re managing memory correctly (so that you’re not leaking NSDateFormatters) it really shouldn’t matter how you obtain a particular instance, especially given that this is such a lightweight object. If you’re creating a new NSDateFormatter 1000 times in a loop, you’re being silly, but if you’re creating the object now and then when you need it and it’s going back out of existence properly, it’s no big deal.

    On the other hand, from an architectural standpoint, make sure what you are doing is DRY. If the date formatter needs any configuration at all, don’t repeat yourself each time you create it; write a method that supplies the date formatter the same way each time so that the configuration code is all in just one place.

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

Sidebar

Related Questions

Sorry for the noob question, but I'm starting to use structs in objective-c for
sorry this is such a simple question but I can't figure it out. How
Hi Sorry for this noob question but here goes...i have a working slidetoggle on
I am new to drupal, so sorry for this noob question, but I was
Sorry if this is a noob question, but All my code is error-free and
This is probably a noob question that I will get slated for but here
sorry for the (probably) noob question, but I', new at this stuff. i have
I'm sorry if this question is noob-ish but I'm not having much luck with
Sorry if this is a bit of a noob question but I am still
Sorry if this is a noob question, but I have been given the dubious

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.