Closed Thread
Results 1 to 4 of 4

Thread: keyword preference

  1. #1
    murktinez is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    keyword preference

    I'm working on a project right now, and was wondering if I could get alittle insight from a programming community. for a user define structure which keyword would you prefer? type, struct, or structure?

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #2
    bobdark's Avatar
    bobdark is offline Programmer
    Join Date
    Jan 2010
    Location
    Haifa, Israel
    Posts
    164
    Rep Power
    9

    Re: keyword preference

    struct because:
    1) type is more general keyword for a user-defined structure
    2) structure is a relatively a long word and its annoying to type even using word-completion
    3)struct is used in C and it might be convenient for those with previous knowledge in c/c++

  4. #3
    murktinez is offline Newbie
    Join Date
    Feb 2010
    Posts
    3
    Rep Power
    0

    Re: keyword preference

    anyone else want to give their opinion?

  5. #4
    Join Date
    Jul 2006
    Posts
    16,491
    Blog Entries
    75
    Rep Power
    143

    Re: keyword preference

    Are you making your own language, or doing something else?
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Which keyword tool do you think that it is best?
    By stephen186 in forum Search Engine Optimization
    Replies: 10
    Last Post: 12-29-2011, 01:47 AM
  2. Keyword in URL?
    By stephen186 in forum Search Engine Optimization
    Replies: 13
    Last Post: 12-22-2010, 02:47 AM
  3. use of attribute keyword in C
    By onus in forum C and C++
    Replies: 13
    Last Post: 11-22-2010, 12:17 PM
  4. about this keyword ..~
    By R3.RyozKidz in forum Java Help
    Replies: 12
    Last Post: 02-03-2010, 08:57 AM
  5. Keyword Density
    By Kaabi in forum Search Engine Optimization
    Replies: 1
    Last Post: 07-21-2006, 03:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts