Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Layout

Options
  • 24-10-2002 4:47pm
    #1
    Registered Users Posts: 446 ✭✭


    Just wondered if there was any set layout when you write VB code?
    E.g indenting etc with things like the If loops?

    Thanks
    :confused:


Comments

  • Closed Accounts Posts: 679 ✭✭✭ciano


    Im sure there is a coding standard like in Java


  • Moderators, Home & Garden Moderators, Regional Midwest Moderators, Regional West Moderators Posts: 16,723 Mod ✭✭✭✭yop


    Search on google for the following.

    "Visual Basic coding standards"

    There is **** loads out there


  • Registered Users Posts: 15,443 ✭✭✭✭bonkey


    Originally posted by kegan5
    Just wondered if there was any set layout when you write VB code?

    There is no "set" layout. If there were, MS would presumably have modified the IDE to enforce it by now :)

    THere are, as Yop mentions, a truckload of different "flavours" of standards. MS probably have a formal style guide as well. I know they used to have one....which touted stuff like Hungarian Notation, when to use line-continuation, and so on and so forth.

    jc


Advertisement