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












1















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.










share|improve this question

























  • 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
















1















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.










share|improve this question

























  • 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














1












1








1








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.










share|improve this question
















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






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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



















  • 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










4 Answers
4






active

oldest

votes


















3














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






share|improve this answer



















  • 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



















0














intermediates? or links, middle elements, middle parts






share|improve this answer































    0














    "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.






    share|improve this answer
























    • 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



















    0














    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.






    share|improve this answer























      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
      });


      }
      });














      draft saved

      draft discarded


















      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









      3














      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






      share|improve this answer



















      • 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
















      3














      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






      share|improve this answer



















      • 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














      3












      3








      3







      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






      share|improve this answer













      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







      share|improve this answer












      share|improve this answer



      share|improve this answer










      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














      • 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













      0














      intermediates? or links, middle elements, middle parts






      share|improve this answer




























        0














        intermediates? or links, middle elements, middle parts






        share|improve this answer


























          0












          0








          0







          intermediates? or links, middle elements, middle parts






          share|improve this answer













          intermediates? or links, middle elements, middle parts







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 31 '14 at 22:28









          ChristopherEChristopherE

          32414




          32414























              0














              "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.






              share|improve this answer
























              • 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
















              0














              "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.






              share|improve this answer
























              • 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














              0












              0








              0







              "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.






              share|improve this answer













              "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.







              share|improve this answer












              share|improve this answer



              share|improve this answer










              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



















              • 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











              0














              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.






              share|improve this answer




























                0














                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.






                share|improve this answer


























                  0












                  0








                  0







                  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.






                  share|improve this answer













                  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.







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Aug 27 '14 at 14:18









                  James Waldby - jwpat7James Waldby - jwpat7

                  62.4k1188182




                  62.4k1188182






























                      draft saved

                      draft discarded




















































                      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.




                      draft saved


                      draft discarded














                      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





















































                      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







                      Popular posts from this blog

                      Усть-Каменогорск

                      Халкинская богословская школа

                      Where does the word Sparryheid come from and mean?