What do you call a set of elements not including their ends?

Multi tool use
I have a set of objects, an example would be this set of letters.
{A, B, C, D, E, F, G, H, I}
I need to call each part (or group of parts) with short single words. Letter "A" is the Head; "I" is the Tail; Both Head and Tail are called Ends. each element is called a Segment.
So my question is, what do we call the middle segments B through H, in a short single word?
- It can't be 'Middle/Center' because it could only refer to E.
- It can't be 'Segment' because it includes the Head and Tail.
- Basically the word needs to mean (w/o ambiguity) the segments not including the Head & Tail.
- Doesn't need to be formal, like what I did w/ Head/Tail, which could've been just Start/End or First/Last.
Ironically, it's my homework on programming and naming function/methods, but this is more on language so I decided to post it here. Thank you in advance.
single-word-requests
add a comment |
I have a set of objects, an example would be this set of letters.
{A, B, C, D, E, F, G, H, I}
I need to call each part (or group of parts) with short single words. Letter "A" is the Head; "I" is the Tail; Both Head and Tail are called Ends. each element is called a Segment.
So my question is, what do we call the middle segments B through H, in a short single word?
- It can't be 'Middle/Center' because it could only refer to E.
- It can't be 'Segment' because it includes the Head and Tail.
- Basically the word needs to mean (w/o ambiguity) the segments not including the Head & Tail.
- Doesn't need to be formal, like what I did w/ Head/Tail, which could've been just Start/End or First/Last.
Ironically, it's my homework on programming and naming function/methods, but this is more on language so I decided to post it here. Thank you in advance.
single-word-requests
Naming functions/methods is expressly off-topic here. Presicely because as far as the language is concerned, you can name them anything at all, and what is best is in the eye of the beholder.
– RegDwigнt♦
Jan 31 '14 at 22:30
Median would be problematic, but middle should be fine.
– Bradd Szonye
Jan 31 '14 at 22:34
@RegDwigнt: I agree, but our instructor is pushing for simplistic naming conventions, which is really neat in my opionion. But then again, posting this at StackOverflow, is a bit off-topic too since the focus is finding a word. Anyway, thanks for the heads-up, I'll keep that in mind in my future questions. :')
– GheloAce
Jan 31 '14 at 22:44
add a comment |
I have a set of objects, an example would be this set of letters.
{A, B, C, D, E, F, G, H, I}
I need to call each part (or group of parts) with short single words. Letter "A" is the Head; "I" is the Tail; Both Head and Tail are called Ends. each element is called a Segment.
So my question is, what do we call the middle segments B through H, in a short single word?
- It can't be 'Middle/Center' because it could only refer to E.
- It can't be 'Segment' because it includes the Head and Tail.
- Basically the word needs to mean (w/o ambiguity) the segments not including the Head & Tail.
- Doesn't need to be formal, like what I did w/ Head/Tail, which could've been just Start/End or First/Last.
Ironically, it's my homework on programming and naming function/methods, but this is more on language so I decided to post it here. Thank you in advance.
single-word-requests
I have a set of objects, an example would be this set of letters.
{A, B, C, D, E, F, G, H, I}
I need to call each part (or group of parts) with short single words. Letter "A" is the Head; "I" is the Tail; Both Head and Tail are called Ends. each element is called a Segment.
So my question is, what do we call the middle segments B through H, in a short single word?
- It can't be 'Middle/Center' because it could only refer to E.
- It can't be 'Segment' because it includes the Head and Tail.
- Basically the word needs to mean (w/o ambiguity) the segments not including the Head & Tail.
- Doesn't need to be formal, like what I did w/ Head/Tail, which could've been just Start/End or First/Last.
Ironically, it's my homework on programming and naming function/methods, but this is more on language so I decided to post it here. Thank you in advance.
single-word-requests
single-word-requests
edited 1 min ago


Laurel
32.9k664117
32.9k664117
asked Jan 31 '14 at 22:22


GheloAceGheloAce
1195
1195
Naming functions/methods is expressly off-topic here. Presicely because as far as the language is concerned, you can name them anything at all, and what is best is in the eye of the beholder.
– RegDwigнt♦
Jan 31 '14 at 22:30
Median would be problematic, but middle should be fine.
– Bradd Szonye
Jan 31 '14 at 22:34
@RegDwigнt: I agree, but our instructor is pushing for simplistic naming conventions, which is really neat in my opionion. But then again, posting this at StackOverflow, is a bit off-topic too since the focus is finding a word. Anyway, thanks for the heads-up, I'll keep that in mind in my future questions. :')
– GheloAce
Jan 31 '14 at 22:44
add a comment |
Naming functions/methods is expressly off-topic here. Presicely because as far as the language is concerned, you can name them anything at all, and what is best is in the eye of the beholder.
– RegDwigнt♦
Jan 31 '14 at 22:30
Median would be problematic, but middle should be fine.
– Bradd Szonye
Jan 31 '14 at 22:34
@RegDwigнt: I agree, but our instructor is pushing for simplistic naming conventions, which is really neat in my opionion. But then again, posting this at StackOverflow, is a bit off-topic too since the focus is finding a word. Anyway, thanks for the heads-up, I'll keep that in mind in my future questions. :')
– GheloAce
Jan 31 '14 at 22:44
Naming functions/methods is expressly off-topic here. Presicely because as far as the language is concerned, you can name them anything at all, and what is best is in the eye of the beholder.
– RegDwigнt♦
Jan 31 '14 at 22:30
Naming functions/methods is expressly off-topic here. Presicely because as far as the language is concerned, you can name them anything at all, and what is best is in the eye of the beholder.
– RegDwigнt♦
Jan 31 '14 at 22:30
Median would be problematic, but middle should be fine.
– Bradd Szonye
Jan 31 '14 at 22:34
Median would be problematic, but middle should be fine.
– Bradd Szonye
Jan 31 '14 at 22:34
@RegDwigнt: I agree, but our instructor is pushing for simplistic naming conventions, which is really neat in my opionion. But then again, posting this at StackOverflow, is a bit off-topic too since the focus is finding a word. Anyway, thanks for the heads-up, I'll keep that in mind in my future questions. :')
– GheloAce
Jan 31 '14 at 22:44
@RegDwigнt: I agree, but our instructor is pushing for simplistic naming conventions, which is really neat in my opionion. But then again, posting this at StackOverflow, is a bit off-topic too since the focus is finding a word. Anyway, thanks for the heads-up, I'll keep that in mind in my future questions. :')
– GheloAce
Jan 31 '14 at 22:44
add a comment |
4 Answers
4
active
oldest
votes
Some higher maths distinguish elements along edges from others by calling the edge points boundaries, the outer ones exterior, and the inner ones interior. (In this case, one might say: A and I are boundaries; B through H are interior; and J to Z is exterior.) Abbreviating these may breach good form in some programming languages: ints is too much like int for integer; intern (or internal) may be too close to C's extern; etc.
It's a little grotesque, but innards continues in the tradition of head and tail. TFD yields as one definition
The inner parts, as of a machine.
but I think its other definition of entrails comes more readily to mind, particularly if it's used with head and tail.
If the set {A-I} has the name X, I recommend these less-technical terms, where the first is for head/tail and the second is for the rest:
X_outer; X_inner
X_ends; X_mids
1
Cool, really appreciate explaining the Math and Cases in a technical way. Thank you, I've chosen "Innards" because Head & Tail reminds me of a Snake. I'll credit you and this answer in my source code. Appreciated it, Mr. Dingo.
– GheloAce
Feb 1 '14 at 16:52
add a comment |
intermediates? or links, middle elements, middle parts
add a comment |
"Body" would probably be the best analogy to go with Head or Tail. You will have to decide what happens in the degenerate cases where the set is totally empty, has one, two or exactly three members, as one or more of these will be empty.
The snag is that body is an overworked word already, and pressing it into this usage could lead to confusion. Perhaps 'thorax' would be less potentially ambiguous (if rather weirder-sounding).
– Edwin Ashworth
Jan 31 '14 at 23:35
And Head and Tail are not? So if the entire thing is a Clump, then Clump_Head() returns the head, Clump_Body() returns a clump with the Body elements in it, and so on.
– Oldcat
Jan 31 '14 at 23:39
'Body' already has a sense in matrix terminology.
– Edwin Ashworth
Jan 31 '14 at 23:48
add a comment |
Consider torso, which per en.wiktionary means “The part of the (human) body from the neck to the groin, that is, the body excluding the head and limbs”. In this case, it would be less ambiguous with a word for that part of the body from the neck to the ankles, but to most English speakers I think torso will connote clipping off end elements.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "97"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f149192%2fwhat-do-you-call-a-set-of-elements-not-including-their-ends%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Some higher maths distinguish elements along edges from others by calling the edge points boundaries, the outer ones exterior, and the inner ones interior. (In this case, one might say: A and I are boundaries; B through H are interior; and J to Z is exterior.) Abbreviating these may breach good form in some programming languages: ints is too much like int for integer; intern (or internal) may be too close to C's extern; etc.
It's a little grotesque, but innards continues in the tradition of head and tail. TFD yields as one definition
The inner parts, as of a machine.
but I think its other definition of entrails comes more readily to mind, particularly if it's used with head and tail.
If the set {A-I} has the name X, I recommend these less-technical terms, where the first is for head/tail and the second is for the rest:
X_outer; X_inner
X_ends; X_mids
1
Cool, really appreciate explaining the Math and Cases in a technical way. Thank you, I've chosen "Innards" because Head & Tail reminds me of a Snake. I'll credit you and this answer in my source code. Appreciated it, Mr. Dingo.
– GheloAce
Feb 1 '14 at 16:52
add a comment |
Some higher maths distinguish elements along edges from others by calling the edge points boundaries, the outer ones exterior, and the inner ones interior. (In this case, one might say: A and I are boundaries; B through H are interior; and J to Z is exterior.) Abbreviating these may breach good form in some programming languages: ints is too much like int for integer; intern (or internal) may be too close to C's extern; etc.
It's a little grotesque, but innards continues in the tradition of head and tail. TFD yields as one definition
The inner parts, as of a machine.
but I think its other definition of entrails comes more readily to mind, particularly if it's used with head and tail.
If the set {A-I} has the name X, I recommend these less-technical terms, where the first is for head/tail and the second is for the rest:
X_outer; X_inner
X_ends; X_mids
1
Cool, really appreciate explaining the Math and Cases in a technical way. Thank you, I've chosen "Innards" because Head & Tail reminds me of a Snake. I'll credit you and this answer in my source code. Appreciated it, Mr. Dingo.
– GheloAce
Feb 1 '14 at 16:52
add a comment |
Some higher maths distinguish elements along edges from others by calling the edge points boundaries, the outer ones exterior, and the inner ones interior. (In this case, one might say: A and I are boundaries; B through H are interior; and J to Z is exterior.) Abbreviating these may breach good form in some programming languages: ints is too much like int for integer; intern (or internal) may be too close to C's extern; etc.
It's a little grotesque, but innards continues in the tradition of head and tail. TFD yields as one definition
The inner parts, as of a machine.
but I think its other definition of entrails comes more readily to mind, particularly if it's used with head and tail.
If the set {A-I} has the name X, I recommend these less-technical terms, where the first is for head/tail and the second is for the rest:
X_outer; X_inner
X_ends; X_mids
Some higher maths distinguish elements along edges from others by calling the edge points boundaries, the outer ones exterior, and the inner ones interior. (In this case, one might say: A and I are boundaries; B through H are interior; and J to Z is exterior.) Abbreviating these may breach good form in some programming languages: ints is too much like int for integer; intern (or internal) may be too close to C's extern; etc.
It's a little grotesque, but innards continues in the tradition of head and tail. TFD yields as one definition
The inner parts, as of a machine.
but I think its other definition of entrails comes more readily to mind, particularly if it's used with head and tail.
If the set {A-I} has the name X, I recommend these less-technical terms, where the first is for head/tail and the second is for the rest:
X_outer; X_inner
X_ends; X_mids
answered Feb 1 '14 at 3:47
user39720
1
Cool, really appreciate explaining the Math and Cases in a technical way. Thank you, I've chosen "Innards" because Head & Tail reminds me of a Snake. I'll credit you and this answer in my source code. Appreciated it, Mr. Dingo.
– GheloAce
Feb 1 '14 at 16:52
add a comment |
1
Cool, really appreciate explaining the Math and Cases in a technical way. Thank you, I've chosen "Innards" because Head & Tail reminds me of a Snake. I'll credit you and this answer in my source code. Appreciated it, Mr. Dingo.
– GheloAce
Feb 1 '14 at 16:52
1
1
Cool, really appreciate explaining the Math and Cases in a technical way. Thank you, I've chosen "Innards" because Head & Tail reminds me of a Snake. I'll credit you and this answer in my source code. Appreciated it, Mr. Dingo.
– GheloAce
Feb 1 '14 at 16:52
Cool, really appreciate explaining the Math and Cases in a technical way. Thank you, I've chosen "Innards" because Head & Tail reminds me of a Snake. I'll credit you and this answer in my source code. Appreciated it, Mr. Dingo.
– GheloAce
Feb 1 '14 at 16:52
add a comment |
intermediates? or links, middle elements, middle parts
add a comment |
intermediates? or links, middle elements, middle parts
add a comment |
intermediates? or links, middle elements, middle parts
intermediates? or links, middle elements, middle parts
answered Jan 31 '14 at 22:28


ChristopherEChristopherE
32414
32414
add a comment |
add a comment |
"Body" would probably be the best analogy to go with Head or Tail. You will have to decide what happens in the degenerate cases where the set is totally empty, has one, two or exactly three members, as one or more of these will be empty.
The snag is that body is an overworked word already, and pressing it into this usage could lead to confusion. Perhaps 'thorax' would be less potentially ambiguous (if rather weirder-sounding).
– Edwin Ashworth
Jan 31 '14 at 23:35
And Head and Tail are not? So if the entire thing is a Clump, then Clump_Head() returns the head, Clump_Body() returns a clump with the Body elements in it, and so on.
– Oldcat
Jan 31 '14 at 23:39
'Body' already has a sense in matrix terminology.
– Edwin Ashworth
Jan 31 '14 at 23:48
add a comment |
"Body" would probably be the best analogy to go with Head or Tail. You will have to decide what happens in the degenerate cases where the set is totally empty, has one, two or exactly three members, as one or more of these will be empty.
The snag is that body is an overworked word already, and pressing it into this usage could lead to confusion. Perhaps 'thorax' would be less potentially ambiguous (if rather weirder-sounding).
– Edwin Ashworth
Jan 31 '14 at 23:35
And Head and Tail are not? So if the entire thing is a Clump, then Clump_Head() returns the head, Clump_Body() returns a clump with the Body elements in it, and so on.
– Oldcat
Jan 31 '14 at 23:39
'Body' already has a sense in matrix terminology.
– Edwin Ashworth
Jan 31 '14 at 23:48
add a comment |
"Body" would probably be the best analogy to go with Head or Tail. You will have to decide what happens in the degenerate cases where the set is totally empty, has one, two or exactly three members, as one or more of these will be empty.
"Body" would probably be the best analogy to go with Head or Tail. You will have to decide what happens in the degenerate cases where the set is totally empty, has one, two or exactly three members, as one or more of these will be empty.
answered Jan 31 '14 at 23:06
OldcatOldcat
8,0291532
8,0291532
The snag is that body is an overworked word already, and pressing it into this usage could lead to confusion. Perhaps 'thorax' would be less potentially ambiguous (if rather weirder-sounding).
– Edwin Ashworth
Jan 31 '14 at 23:35
And Head and Tail are not? So if the entire thing is a Clump, then Clump_Head() returns the head, Clump_Body() returns a clump with the Body elements in it, and so on.
– Oldcat
Jan 31 '14 at 23:39
'Body' already has a sense in matrix terminology.
– Edwin Ashworth
Jan 31 '14 at 23:48
add a comment |
The snag is that body is an overworked word already, and pressing it into this usage could lead to confusion. Perhaps 'thorax' would be less potentially ambiguous (if rather weirder-sounding).
– Edwin Ashworth
Jan 31 '14 at 23:35
And Head and Tail are not? So if the entire thing is a Clump, then Clump_Head() returns the head, Clump_Body() returns a clump with the Body elements in it, and so on.
– Oldcat
Jan 31 '14 at 23:39
'Body' already has a sense in matrix terminology.
– Edwin Ashworth
Jan 31 '14 at 23:48
The snag is that body is an overworked word already, and pressing it into this usage could lead to confusion. Perhaps 'thorax' would be less potentially ambiguous (if rather weirder-sounding).
– Edwin Ashworth
Jan 31 '14 at 23:35
The snag is that body is an overworked word already, and pressing it into this usage could lead to confusion. Perhaps 'thorax' would be less potentially ambiguous (if rather weirder-sounding).
– Edwin Ashworth
Jan 31 '14 at 23:35
And Head and Tail are not? So if the entire thing is a Clump, then Clump_Head() returns the head, Clump_Body() returns a clump with the Body elements in it, and so on.
– Oldcat
Jan 31 '14 at 23:39
And Head and Tail are not? So if the entire thing is a Clump, then Clump_Head() returns the head, Clump_Body() returns a clump with the Body elements in it, and so on.
– Oldcat
Jan 31 '14 at 23:39
'Body' already has a sense in matrix terminology.
– Edwin Ashworth
Jan 31 '14 at 23:48
'Body' already has a sense in matrix terminology.
– Edwin Ashworth
Jan 31 '14 at 23:48
add a comment |
Consider torso, which per en.wiktionary means “The part of the (human) body from the neck to the groin, that is, the body excluding the head and limbs”. In this case, it would be less ambiguous with a word for that part of the body from the neck to the ankles, but to most English speakers I think torso will connote clipping off end elements.
add a comment |
Consider torso, which per en.wiktionary means “The part of the (human) body from the neck to the groin, that is, the body excluding the head and limbs”. In this case, it would be less ambiguous with a word for that part of the body from the neck to the ankles, but to most English speakers I think torso will connote clipping off end elements.
add a comment |
Consider torso, which per en.wiktionary means “The part of the (human) body from the neck to the groin, that is, the body excluding the head and limbs”. In this case, it would be less ambiguous with a word for that part of the body from the neck to the ankles, but to most English speakers I think torso will connote clipping off end elements.
Consider torso, which per en.wiktionary means “The part of the (human) body from the neck to the groin, that is, the body excluding the head and limbs”. In this case, it would be less ambiguous with a word for that part of the body from the neck to the ankles, but to most English speakers I think torso will connote clipping off end elements.
answered Aug 27 '14 at 14:18
James Waldby - jwpat7James Waldby - jwpat7
62.4k1188182
62.4k1188182
add a comment |
add a comment |
Thanks for contributing an answer to English Language & Usage Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fenglish.stackexchange.com%2fquestions%2f149192%2fwhat-do-you-call-a-set-of-elements-not-including-their-ends%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e) {
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom)) {
StackExchange.using('gps', function() { StackExchange.gps.track('embedded_signup_form.view', { location: 'question_page' }); });
$window.unbind('scroll', onScroll);
}
};
$window.on('scroll', onScroll);
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1LVRmEEXIdbx3NH,Vq94A7MJniXjbS5YSKCqo2f V93gTgWF,QH NfPoeKsLktnGG0kXkey M,g XVTU0sQ1IxU,i,QOThuQ TZz3
Naming functions/methods is expressly off-topic here. Presicely because as far as the language is concerned, you can name them anything at all, and what is best is in the eye of the beholder.
– RegDwigнt♦
Jan 31 '14 at 22:30
Median would be problematic, but middle should be fine.
– Bradd Szonye
Jan 31 '14 at 22:34
@RegDwigнt: I agree, but our instructor is pushing for simplistic naming conventions, which is really neat in my opionion. But then again, posting this at StackOverflow, is a bit off-topic too since the focus is finding a word. Anyway, thanks for the heads-up, I'll keep that in mind in my future questions. :')
– GheloAce
Jan 31 '14 at 22:44