Project

General

Profile

Actions

Feature #8459

closed

Idiomatic method names for Socket

Feature #8459: Idiomatic method names for Socket

Added by adkron (Amos King) over 12 years ago. Updated over 6 years ago.

Status:
Rejected
Target version:
-
[ruby-core:55192]

Description

In order to still have the POSIX standard functionality as well as an alternative idiomatic ruby version it would be nice to have some of the methods aliased in the core.

ie

Soket.gethostname => Socket.hostname

There is already a pull request open on the github version of Ruby. https://github.com/ruby/ruby/pull/320#issuecomment-18591614

Again this changes none of the current method names. This is only to add some idiomatic method names to match.

Updated by drbrain (Eric Hodel) over 12 years ago Actions #1 [ruby-core:55193]

  • Tracker changed from Bug to Feature
  • Status changed from Open to Assigned
  • Assignee set to akr (Akira Tanaka)

Updated by akr (Akira Tanaka) over 11 years ago Actions #2 [ruby-core:62399]

  • Status changed from Assigned to Feedback

I'm negative.

Such convention makes naming new method more difficult.

Naming is already very difficult.
I don't want to it more difficult.

Updated by naruse (Yui NARUSE) almost 8 years ago Actions #3

  • Target version deleted (2.6)

Updated by akr (Akira Tanaka) over 6 years ago Actions #4 [ruby-core:93752]

  • Status changed from Feedback to Rejected

I reject this issue because 5 years after my feedback.

Actions

Also available in: PDF Atom