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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T13:12:25+00:00 2026-05-19T13:12:25+00:00

Hi Normally all the methods like ‘- (NSFetchedResultsController *)fetchedResultsController ‘ are placed in the

  • 0

Hi
Normally all the methods like

‘- (NSFetchedResultsController *)fetchedResultsController ‘

are placed in the code of view controllers. I find it a bit messy to write Data Fetching code along with lifecycle methods or table delegate methods.
So my point is should I refactor the CoreData methods to some other helper class say DataLoader and then call them in view controllers?
Is this a wrong thing to do or am I going to loose some coding benefits of Core Data methods.

  • 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-19T13:12:26+00:00Added an answer on May 19, 2026 at 1:12 pm

    I would say moving the fetchedResultsController to a helper class is a good idea.
    A problem I encounter often is to get the spelling of attributes right.

    For example I do a predicate and want to filter on an attribute called @"isSelected". There is no check by the compiler nor by the linker to check the string isSelected. I will have to double check each line where the string has been used.

    A search&replace won’t work on the misspellings because I don’t know what bugs have been introduced.

    When I get the predicate wrong then no results will be fetched. Problem is that I don’t know if there are no matching rows or if I have filtered wrong. I will need to check at runtime and that consumes time.

    For predicates the saved templates exist, so predicates are not a perfect example. But think about value forKey: and we are at square one.

    Now if all the fetchedResultsController are in one file then checking would become easier. At least it reduces the possibility of missing that little misspelling in a far away and rarely used class.

    …or am I going to loose some coding benefits of Core Data methods.

    I tend to say no, but other please feel free to jump in.

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

Sidebar

Related Questions

For some reason my DataContext is not showing all the normal methods like SubmitChanges()
The way DUnit normally works is you write some published methods, and DUnit runs
Long introduction: Normally all data necessary for my web application are stored in session
Normally we all do use using System.Linq; and using System.Data.Linq; for example on the
I'm doing this query: SomeObject.objects.annotate(something=Avg('something')).order_by(something).all() I normally have an aggregate field in my model
Normally you use Form.Visible to check if Window is visible at all. But sometimes
I normally program in C++, so all this DataSource/DataSet/Binding stuff is confusing the hell
Why running debug doesn't build all selected project in the active configuration? Normally I've
This seems like a fairly straightforward question, but I couldn't find this particular use-case
I normally code with PHP, I am used to opening up my editor of

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.