Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Does your IT shop use program naming conventions?

Does your IT shop use program naming conventions?

Scheduled Pinned Locked Moved The Lounge
question
10 Posts 8 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    Jim Schram
    wrote on last edited by
    #1

    I'm curios about what other IT shops do for naming conventions of their applications and components. We have a mix of verbose/descriptive names as well as systematic/abbreviated names. What's the industry trend? Thanks, Jim

    K B R A 4 Replies Last reply
    0
    • J Jim Schram

      I'm curios about what other IT shops do for naming conventions of their applications and components. We have a mix of verbose/descriptive names as well as systematic/abbreviated names. What's the industry trend? Thanks, Jim

      K Offline
      K Offline
      Kenneth Childs
      wrote on last edited by
      #2

      Mostly descriptive here, but then again, my programming group consists of me :) <---signature---> Your kid gets into Duke. You pay the tuition. That tuition goes into my checking account. My money in my checking account goes into beer, porn, and other such fun. Thank you :)

      1 Reply Last reply
      0
      • J Jim Schram

        I'm curios about what other IT shops do for naming conventions of their applications and components. We have a mix of verbose/descriptive names as well as systematic/abbreviated names. What's the industry trend? Thanks, Jim

        B Offline
        B Offline
        brianwelsch
        wrote on last edited by
        #3

        We only have 8 characters to work with, so it's pretty cryptic.

        "The beat goes on.. da-da-dum dadum dum"

        BW

        J G 2 Replies Last reply
        0
        • B brianwelsch

          We only have 8 characters to work with, so it's pretty cryptic.

          "The beat goes on.. da-da-dum dadum dum"

          BW

          J Offline
          J Offline
          Jim Schram
          wrote on last edited by
          #4

          That's one of the things we're debating right now. All of our VB6 stuff is 8 or less, but ASP files are all over the board. Is the 8 character limit an artificial one or were you forced due to tools or something? Jim

          B C 2 Replies Last reply
          0
          • J Jim Schram

            That's one of the things we're debating right now. All of our VB6 stuff is 8 or less, but ASP files are all over the board. Is the 8 character limit an artificial one or were you forced due to tools or something? Jim

            B Offline
            B Offline
            brianwelsch
            wrote on last edited by
            #5

            We're forced. I code in Series 1 ASsembler.

            "The beat goes on.. da-da-dum dadum dum"

            BW

            1 Reply Last reply
            0
            • J Jim Schram

              I'm curios about what other IT shops do for naming conventions of their applications and components. We have a mix of verbose/descriptive names as well as systematic/abbreviated names. What's the industry trend? Thanks, Jim

              R Offline
              R Offline
              Roger Allen
              wrote on last edited by
              #6

              A project gets an abstract name. My current project is "Rapanui", we use code words so that if we are overheard discussing a project by visitors etc, they do not know what we are talking about, as knowledge of an upgrade or new project and what it is could cause sales of existing products to drop, while they wait for the the new stuff, and the company is unfortunately not stable enough to support this kind of revenue outage. As it nears completion it gets its proper name, whatever that may be, but its not limited to 8 characters (shudder) Roger Allen Sonork 100.10016 Death come early, death come late, It takes us all, there is no reason. For every purpose under heaven, To each a turn, to each a season. A time to weep and a time to sigh, A time to laugh and a time to cry, A time to be born and a time to die. Dust to dust and ashes to ashes, And so I end my song.

              M 1 Reply Last reply
              0
              • R Roger Allen

                A project gets an abstract name. My current project is "Rapanui", we use code words so that if we are overheard discussing a project by visitors etc, they do not know what we are talking about, as knowledge of an upgrade or new project and what it is could cause sales of existing products to drop, while they wait for the the new stuff, and the company is unfortunately not stable enough to support this kind of revenue outage. As it nears completion it gets its proper name, whatever that may be, but its not limited to 8 characters (shudder) Roger Allen Sonork 100.10016 Death come early, death come late, It takes us all, there is no reason. For every purpose under heaven, To each a turn, to each a season. A time to weep and a time to sigh, A time to laugh and a time to cry, A time to be born and a time to die. Dust to dust and ashes to ashes, And so I end my song.

                M Offline
                M Offline
                Michael P Butler
                wrote on last edited by
                #7

                Roger Allen wrote: My current project is "Rapanui", we use code words so that if we are overheard discussing a project by visitors etc We used to use codewords so that the sales team didn't know what we were working on. Helped to stop them from selling it before it was ready ;-) Michael 'Logic, my dear Zoe, merely enables one to be wrong with authority.' - The Doctor: The Wheel in Space

                1 Reply Last reply
                0
                • J Jim Schram

                  I'm curios about what other IT shops do for naming conventions of their applications and components. We have a mix of verbose/descriptive names as well as systematic/abbreviated names. What's the industry trend? Thanks, Jim

                  A Offline
                  A Offline
                  Atlantys
                  wrote on last edited by
                  #8

                  It's all about product codenames here. And there's no rhyme or reason to them. I'm almost certain someone just opens a page in the dictionary at random and picks the first word. :wtf: I've been here only 2 months, but I'm still getting lost about products' names: I basically know only the one I'm working on. :-D Sometime during the lifecycle, we actually get marketing names for the products, but everyone (in R&D) still uses the codenames. The kindest thing you can do for a stupid person, and for the gene pool, is to let him expire of his own dumb choices. [Roger Wright on stupid people] We're like private member functions [John Theal on R&D] We're figuring out the parent thing as we go though. Kinda like setting up Linux for the first time ya' know... [Nitron]

                  1 Reply Last reply
                  0
                  • J Jim Schram

                    That's one of the things we're debating right now. All of our VB6 stuff is 8 or less, but ASP files are all over the board. Is the 8 character limit an artificial one or were you forced due to tools or something? Jim

                    C Offline
                    C Offline
                    Cesar Peralta
                    wrote on last edited by
                    #9

                    we try as verbose as the enviroment let us... in oracle only 30 chars, in VB.NET all we can use... No Matter where you are, there you are

                    1 Reply Last reply
                    0
                    • B brianwelsch

                      We only have 8 characters to work with, so it's pretty cryptic.

                      "The beat goes on.. da-da-dum dadum dum"

                      BW

                      G Offline
                      G Offline
                      Gary Wheeler
                      wrote on last edited by
                      #10

                      You code in FORTRAN, right? :-D


                      Software Zen: delete this;

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups