Announcement

Collapse
No announcement yet.

Hinweise und Formatierung von VB.net-Code

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Hinweise und Formatierung von VB.net-Code

    Hallo allerseits,

    ich weise darauf hin dass VB.net-Code mit [highlight=vbnet]dein Code[/highlight] formatiert werden kann.

    Dies erhöht die Lesbarkeit und somit auch die Chance auf Hilfe.

    Beispiel:
    [highlight=vbnet]
    Public Class Foo
    Public Sub DoSomething()
    ' Kommentar
    End Sub
    End Class
    [/highlight]

    Siehe auch: Hinweise für die Fragen


    mfG Gü
    Zuletzt editiert von gfoidl; 25.08.2010, 18:16.
    "Any fool can write code that a computer can understand. Good programmers write code that humans can understand". - Martin Fowler
Working...
X