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. Other Discussions
  3. The Weird and The Wonderful
  4. Worderful object names

Worderful object names

Scheduled Pinned Locked Moved The Weird and The Wonderful
wcfdesigntutorialquestion
24 Posts 23 Posters 1 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.
  • M minsik0725

    My company has a well organized naming rule. It's a standard which has been developed for a few years. Look: Table names like: TB200010 View names like: VI600230 Procedure names like: USP980010_07R Web services names like: WS210080.asmx Web form page names like: UI400740.aspx Reporting service page names like: RPT1731.aspx There are thousands of objects like the aboves. Here the example (real one): // ???? public class UI200020 { // ??? ??? ?? string TabPageUrl01 = ...; string TabPageUrl02 = ...; string TabPageUrl03 = ...; string TabPageUrl04 = ...; string TabPageUrl05 = ...; // ??? ?? private WS980010.XD980010 xd980010UserInfo; // ??? ???? WS200010 wsProxy = ...; WS100010 wsProxy2 = ...; // ? ??? protected System.Web.UI.WebControls.DataGrid dgListSub01; protected System.Web.UI.WebControls.DataGrid dgListSub02; protected System.Web.UI.WebControls.DataGrid dgListSub03; protected System.Web.UI.WebControls.DataGrid dgListSub04; protected System.Web.UI.WebControls.DataGrid dgListSub05; protected System.Web.UI.WebControls.DataGrid dgListSub06; protected System.Web.UI.WebControls.DataGrid dgListSub07; protected System.Web.UI.WebControls.DataGrid dgListSub09; protected System.Web.UI.WebControls.DataGrid dgListSub10; protected System.Web.UI.WebControls.DataGrid dgListSub11; protected System.Web.UI.WebControls.DataGrid dgListSub12; // ???? ?? ?? ?? protected System.Web.UI.WebControls.ImageButton ibtnTabMore01; protected System.Web.UI.WebControls.ImageButton ibtnTabMore02; protected System.Web.UI.WebControls.ImageButton ibtnTabMore03; protected System.Web.UI.WebControls.ImageButton ibtnTabMore04; protected System.Web.UI.WebControls.ImageButton ibtnTabMore05; protected System.Web.UI.WebControls.ImageButton ibtnTabMore06; protected System.Web.UI.WebControls.ImageButton ibtnTabMore09; protected System.Web.UI.WebControls.ImageButton ibtnTabMore10; protected System.Web.UI.WebControls.ImageButton ibtnTabMore11; protected System.Web.UI.WebControls.ImageButton ibtnTabMore12; // ? ?? ?? protected System.Web.UI.WebControls.Label lblSUBTITLE01; protected System.Web.UI.WebControls.Label lblSUBTITLE02; protected System.Web.UI.WebControls.Label lblSUBTITLE03; protected System.Web.UI.WebControls.Label lblSUBTITLE04; protected System.Web.UI.WebControls.Label lblSUBTITLE05; protected System.Web.UI.WebControls.Label lblSUBTITLE11; protected System.Web.UI.WebC

    M Offline
    M Offline
    Matt Sollars
    wrote on last edited by
    #21

    That just looks like generated code (albeit poorly generated unless it is also obfuscated). I say, get a new application for generating the stuff. That is atrocious!


    Matt
    (Find your own niche! This one's mine.)

    1 Reply Last reply
    0
    • M minsik0725

      My company has a well organized naming rule. It's a standard which has been developed for a few years. Look: Table names like: TB200010 View names like: VI600230 Procedure names like: USP980010_07R Web services names like: WS210080.asmx Web form page names like: UI400740.aspx Reporting service page names like: RPT1731.aspx There are thousands of objects like the aboves. Here the example (real one): // ???? public class UI200020 { // ??? ??? ?? string TabPageUrl01 = ...; string TabPageUrl02 = ...; string TabPageUrl03 = ...; string TabPageUrl04 = ...; string TabPageUrl05 = ...; // ??? ?? private WS980010.XD980010 xd980010UserInfo; // ??? ???? WS200010 wsProxy = ...; WS100010 wsProxy2 = ...; // ? ??? protected System.Web.UI.WebControls.DataGrid dgListSub01; protected System.Web.UI.WebControls.DataGrid dgListSub02; protected System.Web.UI.WebControls.DataGrid dgListSub03; protected System.Web.UI.WebControls.DataGrid dgListSub04; protected System.Web.UI.WebControls.DataGrid dgListSub05; protected System.Web.UI.WebControls.DataGrid dgListSub06; protected System.Web.UI.WebControls.DataGrid dgListSub07; protected System.Web.UI.WebControls.DataGrid dgListSub09; protected System.Web.UI.WebControls.DataGrid dgListSub10; protected System.Web.UI.WebControls.DataGrid dgListSub11; protected System.Web.UI.WebControls.DataGrid dgListSub12; // ???? ?? ?? ?? protected System.Web.UI.WebControls.ImageButton ibtnTabMore01; protected System.Web.UI.WebControls.ImageButton ibtnTabMore02; protected System.Web.UI.WebControls.ImageButton ibtnTabMore03; protected System.Web.UI.WebControls.ImageButton ibtnTabMore04; protected System.Web.UI.WebControls.ImageButton ibtnTabMore05; protected System.Web.UI.WebControls.ImageButton ibtnTabMore06; protected System.Web.UI.WebControls.ImageButton ibtnTabMore09; protected System.Web.UI.WebControls.ImageButton ibtnTabMore10; protected System.Web.UI.WebControls.ImageButton ibtnTabMore11; protected System.Web.UI.WebControls.ImageButton ibtnTabMore12; // ? ?? ?? protected System.Web.UI.WebControls.Label lblSUBTITLE01; protected System.Web.UI.WebControls.Label lblSUBTITLE02; protected System.Web.UI.WebControls.Label lblSUBTITLE03; protected System.Web.UI.WebControls.Label lblSUBTITLE04; protected System.Web.UI.WebControls.Label lblSUBTITLE05; protected System.Web.UI.WebControls.Label lblSUBTITLE11; protected System.Web.UI.WebC

      V Offline
      V Offline
      Vikram A Punathambekar
      wrote on last edited by
      #22

      Do they also have a mandate that every second line should be blank, to improve readability?

      Cheers, Vikram.


      "If a trend is truly global, then that trend ought to be visible across ANY subset of that data" - fat_boy

      1 Reply Last reply
      0
      • M minsik0725

        My company has a well organized naming rule. It's a standard which has been developed for a few years. Look: Table names like: TB200010 View names like: VI600230 Procedure names like: USP980010_07R Web services names like: WS210080.asmx Web form page names like: UI400740.aspx Reporting service page names like: RPT1731.aspx There are thousands of objects like the aboves. Here the example (real one): // ???? public class UI200020 { // ??? ??? ?? string TabPageUrl01 = ...; string TabPageUrl02 = ...; string TabPageUrl03 = ...; string TabPageUrl04 = ...; string TabPageUrl05 = ...; // ??? ?? private WS980010.XD980010 xd980010UserInfo; // ??? ???? WS200010 wsProxy = ...; WS100010 wsProxy2 = ...; // ? ??? protected System.Web.UI.WebControls.DataGrid dgListSub01; protected System.Web.UI.WebControls.DataGrid dgListSub02; protected System.Web.UI.WebControls.DataGrid dgListSub03; protected System.Web.UI.WebControls.DataGrid dgListSub04; protected System.Web.UI.WebControls.DataGrid dgListSub05; protected System.Web.UI.WebControls.DataGrid dgListSub06; protected System.Web.UI.WebControls.DataGrid dgListSub07; protected System.Web.UI.WebControls.DataGrid dgListSub09; protected System.Web.UI.WebControls.DataGrid dgListSub10; protected System.Web.UI.WebControls.DataGrid dgListSub11; protected System.Web.UI.WebControls.DataGrid dgListSub12; // ???? ?? ?? ?? protected System.Web.UI.WebControls.ImageButton ibtnTabMore01; protected System.Web.UI.WebControls.ImageButton ibtnTabMore02; protected System.Web.UI.WebControls.ImageButton ibtnTabMore03; protected System.Web.UI.WebControls.ImageButton ibtnTabMore04; protected System.Web.UI.WebControls.ImageButton ibtnTabMore05; protected System.Web.UI.WebControls.ImageButton ibtnTabMore06; protected System.Web.UI.WebControls.ImageButton ibtnTabMore09; protected System.Web.UI.WebControls.ImageButton ibtnTabMore10; protected System.Web.UI.WebControls.ImageButton ibtnTabMore11; protected System.Web.UI.WebControls.ImageButton ibtnTabMore12; // ? ?? ?? protected System.Web.UI.WebControls.Label lblSUBTITLE01; protected System.Web.UI.WebControls.Label lblSUBTITLE02; protected System.Web.UI.WebControls.Label lblSUBTITLE03; protected System.Web.UI.WebControls.Label lblSUBTITLE04; protected System.Web.UI.WebControls.Label lblSUBTITLE05; protected System.Web.UI.WebControls.Label lblSUBTITLE11; protected System.Web.UI.WebC

        K Offline
        K Offline
        KarstenK
        wrote on last edited by
        #23

        I couldnt stand this number salad: "Life is to short for that." :doh:

        Greetings from Germany

        1 Reply Last reply
        0
        • M minsik0725

          My company has a well organized naming rule. It's a standard which has been developed for a few years. Look: Table names like: TB200010 View names like: VI600230 Procedure names like: USP980010_07R Web services names like: WS210080.asmx Web form page names like: UI400740.aspx Reporting service page names like: RPT1731.aspx There are thousands of objects like the aboves. Here the example (real one): // ???? public class UI200020 { // ??? ??? ?? string TabPageUrl01 = ...; string TabPageUrl02 = ...; string TabPageUrl03 = ...; string TabPageUrl04 = ...; string TabPageUrl05 = ...; // ??? ?? private WS980010.XD980010 xd980010UserInfo; // ??? ???? WS200010 wsProxy = ...; WS100010 wsProxy2 = ...; // ? ??? protected System.Web.UI.WebControls.DataGrid dgListSub01; protected System.Web.UI.WebControls.DataGrid dgListSub02; protected System.Web.UI.WebControls.DataGrid dgListSub03; protected System.Web.UI.WebControls.DataGrid dgListSub04; protected System.Web.UI.WebControls.DataGrid dgListSub05; protected System.Web.UI.WebControls.DataGrid dgListSub06; protected System.Web.UI.WebControls.DataGrid dgListSub07; protected System.Web.UI.WebControls.DataGrid dgListSub09; protected System.Web.UI.WebControls.DataGrid dgListSub10; protected System.Web.UI.WebControls.DataGrid dgListSub11; protected System.Web.UI.WebControls.DataGrid dgListSub12; // ???? ?? ?? ?? protected System.Web.UI.WebControls.ImageButton ibtnTabMore01; protected System.Web.UI.WebControls.ImageButton ibtnTabMore02; protected System.Web.UI.WebControls.ImageButton ibtnTabMore03; protected System.Web.UI.WebControls.ImageButton ibtnTabMore04; protected System.Web.UI.WebControls.ImageButton ibtnTabMore05; protected System.Web.UI.WebControls.ImageButton ibtnTabMore06; protected System.Web.UI.WebControls.ImageButton ibtnTabMore09; protected System.Web.UI.WebControls.ImageButton ibtnTabMore10; protected System.Web.UI.WebControls.ImageButton ibtnTabMore11; protected System.Web.UI.WebControls.ImageButton ibtnTabMore12; // ? ?? ?? protected System.Web.UI.WebControls.Label lblSUBTITLE01; protected System.Web.UI.WebControls.Label lblSUBTITLE02; protected System.Web.UI.WebControls.Label lblSUBTITLE03; protected System.Web.UI.WebControls.Label lblSUBTITLE04; protected System.Web.UI.WebControls.Label lblSUBTITLE05; protected System.Web.UI.WebControls.Label lblSUBTITLE11; protected System.Web.UI.WebC

          R Offline
          R Offline
          Robodroid
          wrote on last edited by
          #24

          I should work with tons of code like THAT. Fantastic, isn't it?

          More like Craptastic...

          Could be worse though. I knew a guy who only used the characters Q,O,0,1,I,l in his variable names. He evidently believed they should be hard to understand as well as hard to type....

          'droid

          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