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?
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++
anyone else want to give their opinion?
Are you making your own language, or doing something else?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks