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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T21:27:27+00:00 2026-06-18T21:27:27+00:00

I was curious how I may refactor this code: array.collect{|x| x.some_method}.inject(:+) || 0 I

  • 0

I was curious how I may refactor this code:

array.collect{|x| x.some_method}.inject(:+) || 0

I have it about ten times in my code with different methods so I thought I should refactor, but how?

I tried at least ten varieties of blocks, procs and lambdas and at this point I’m not even sure that it can be refactored.

  • 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-18T21:27:28+00:00Added an answer on June 18, 2026 at 9:27 pm

    Refactor how/to what? What’s the goal? Do you want/need to go beyond:

    array.collect(&:some_method).inject(:+) || 0
    

    If the only thing that changes is the method being called, pass the method symbol in to a method and send it to each object during collection.

    What are you trying to communicate with the code in question? Looks like some sort of summation; perhaps a simple sum method with the “property” name as a parameter?

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

Sidebar

Related Questions

I stumbled upon this code and I am curious as to what use may
This may be a stupid question but I'm curious to hear opinions about converting
I am curious about what automatic methods may be used to determine if a
This may sound like an unusual question, but I am curious as to how
Curious about running multiple xvfb displays: I have between 10-50 instances of a script
Quick question if I may: I am just curious about the following (see below)
This may be a silly question to some, but I was curious how would
I was curious about how other people use the this keyword. I tend to
I'm curious about the following code: class MyClass { public: MyClass() : _myArray(new int[1024])
This may be a dumb question, but I really have no idea and I'm

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.