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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:13:40+00:00 2026-06-09T13:13:40+00:00

Is there any reason not to do something this way: [[[CLGeocoder alloc] init] geocodeAddressStr…

  • 0

Is there any reason not to do something this way:

[[[CLGeocoder alloc] init] geocodeAddressStr...

instead of this way:

CLGeocoder *geocoder = [[CLGeocoder alloc] init];
[geocoder geocodeAddressStr...

Because the completionHandler is a block, and the geocoder variable isn’t used anymore, you might as wel not create it. Or am I overlooking things in the memory management department? I’m using ARC.

  • 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-09T13:13:41+00:00Added an answer on June 9, 2026 at 1:13 pm

    there is no need to separate the statements across two lines.

    you will need to create the CLGeocoder — that is an instance method you are calling. However, you probably will not need to hold on to it.

    ARC and blocks are capable of capturing and retaining objc variables — in addition to C and C++ PODs and C++ copy-constructible types.

    specifically, the block, if async, captures and retains the CLGeocoder (which you created) during the execution of geocodeAddressStr.... if the block were sync, then it would likely not need to capture the stack variables (block copy would not be needed) – it could just use the variables as-is, referencing them from the thread’s stack.

    problems typically creep in when the programmer doesn’t realize when explicit block copying is necessary.

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

Sidebar

Related Questions

Google isn't helping me figure this one out. Is there any reason not to
Is there any reason why images are not being displayed if I place it
Is there any reason for my jQuery effects not to be taking effect immediately?
Is there any reason for automating tests that focus on GUI (and not to
HD7970 vs FirePro V8800 Is there any reason why I should not go with
Other than convention, is there any reason to use or not to use local
Is there any reason for not converting the following code try { // Do
Is there any reasons why PHP's json_encode function does not escape all JSON control
is there any reason to use the post-redirect-get (prg) for a request that you
Is there any reason why the below won't work, it seems to work on

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.